This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
taddeus
/
civicaml
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
880b03d7a9
Rami (Branch)
Tag
master
civicaml
/
test
/
preprocess
/
check_success
/
preprocess.cvc
preprocess.cvc
103 B
Cronologia
Originale
1
2
3
4
5
6
7
#include "civic.h"
export int main() {
printInt(scanInt());
printNewlines(1);
return 0;
}