C-testing-grounds/src/main.c

7 lines
107 B
C
Raw Normal View History

2024-04-08 00:41:29 +02:00
#include <stdio.h>
int main(int argc, const char **argv) {
printf("Hello, World!\n");
return 0;
}