mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-06-22 05:19:31 +02:00
add c language example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Making the MFPs think\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user