HolyFuckItsAlive #13

Merged
jastornig merged 105 commits from Delta-Error-Test into main 2023-09-23 22:27:54 +02:00
Showing only changes of commit b500a2407b - Show all commits

3
main.c
View file

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