This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
taddeus
/
civicaml
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
40029f8bcd
Větve
Značky
master
civicaml
/
test
/
preprocess
/
check_success
/
preprocess.cvc
preprocess.cvc
103 B
Historie
Surový
1
2
3
4
5
6
7
#include "civic.h"
export int main() {
printInt(scanInt());
printNewlines(1);
return 0;
}