mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-06-13 17:14:27 +02:00
add visual studio plugin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apply plugin: 'c'
|
||||
apply plugin: 'visual-studio'
|
||||
|
||||
executables {
|
||||
main {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char** argv){
|
||||
printf("Hello FI MUNI!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user