This commit is contained in:
Johannes Maier
2024-01-05 16:59:46 +01:00
parent 91ca5f9e63
commit 1ef96d8206
3 changed files with 21 additions and 0 deletions

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}