This commit is contained in:
Jonas Hofmann 2025-10-14 10:46:43 +02:00
parent 3017dfa79f
commit ca9e60eb27

View File

@ -9,6 +9,7 @@
int main(void) int main(void)
{ {
printf("Hello World\n"); printf("Hello World\n");
printf("Die Apokalypse könnte schneller gehen \n");
//asdfg
return 0; return 0;
} }