This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
nicolas
/
zombiefuck
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
a774a9b03a
Gałęzie
Tagi
master
zombiefuck
/
inTest.cpp
inTest.cpp
82 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#include <iostream>
int main()
{
char c;
std::cin >> c;
return c;
}