This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
noah
/
texdiary
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
5e9fc4228c
Atzari
Tagi
master
texdiary
/
maturText
/
helloworld.c
helloworld.c
78 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}