mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-06-26 15:26:35 +02:00
7 lines
88 B
C
7 lines
88 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Making the MFPs think\n");
|
|
return 0;
|
|
}
|