mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-04-30 20:24:39 +02:00
add c language Visual Studio example
This commit is contained in:
6
08-c-visual-studio/src/main/c/main.c
Normal file
6
08-c-visual-studio/src/main/c/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Making the MFPs think\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user