Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
yzziizzy
/
extras_and_rejects
Beobachten
1
Favorit hinzufügen
0
Fork
1
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
extras_and_r...
/
build_system
/
test.c
test.c
110 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("Hello, Broken World!\n");
return 0;
}