This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
hongwenjun
/
cpp
spogulis no
https://github.com/hongwenjun/cpp
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
f09912340b
Atzari
Tagi
main
cpp
/
examples
/
01_helloworld.c
01_helloworld.c
74 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}