generated from freudenreichan/info2Praktikum-Wortsalat
Compare commits
3 Commits
main
...
helloWorld
Author | SHA1 | Date | |
---|---|---|---|
9d34ce70e0 | |||
ca9e60eb27 | |||
3017dfa79f |
15
Start_Windows/helloWorld.c
Normal file
15
Start_Windows/helloWorld.c
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
* 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;
|
||||||
|
}
|
BIN
Start_Windows/helloWorld.exe
Normal file
BIN
Start_Windows/helloWorld.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user