This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
radu
/
LaTeX-examples
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
ff14701ccf
Branche
Tagy
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
c
/
hello-world.c
hello-world.c
83 B
História
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main(void)
{
printf("Hello, World\n");
return 0;
}