generated from freudenreichan/info2Praktikum-Wortsalat
15 lines
213 B
C
15 lines
213 B
C
/*
|
|
* test datei zum git test
|
|
* hofmann jonas
|
|
* 2025.10.14
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("Hello World\n");
|
|
printf("Die Apokalypse könnte schneller gehen \n");
|
|
//asdfg
|
|
return 0;
|
|
} |