This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
eric
/
Modula2_kilo
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ccc0f62770
Branchit
Tagit
master
Modula2_kilo
/
Done
/
step2
/
kilo.c
kilo.c
98 B
Historia
Raaka
1
2
3
4
5
6
#include <unistd.h>
int main() {
char c;
while (read(STDIN_FILENO, &c, 1) == 1);
return 0;
}