This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
M2_IHPS
/
PPCS-CM2-2025
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
02c771e602
Větve
Značky
master
PPCS-CM2-2025
/
c-code
/
test.c
test.c
79 B
Historie
Surový
1
2
3
4
5
6
7
#include<stdio.h>
int main()
{
printf("Hello, World!\n");
return 0;
}