brintos

brintos / llvm-project-archived public Read only

0
0
Text · 48 B · 7baf2ff Raw
3 lines · c
1int getchar();2int main() { return getchar(); }3