mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-18 17:47:00 +01:00
add visual studio plugin
This commit is contained in:
6
gradle/04-visual-studio/src/main/c/hello.c
Normal file
6
gradle/04-visual-studio/src/main/c/hello.c
Normal file
@@ -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