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:
e5b1b134c2
Atzari
Tagi
main
cpp
/
base
/
01-hello.c
01-hello.c
79 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}