upload of Exercise 1

This commit is contained in:
SinusFox
2023-05-03 18:30:26 +02:00
parent cf06547874
commit 27a6f71521
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello World the second - I coded this before. So yeah, FOXES ARE SUPERIOR.\nBut the professor wants us to write the following: \"index = 2 * count + 42;\"");
return 0;
}