c0ed19c126
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(int argc, char** argv) { char buff[1]; int res = read(stdin, buff, 1); printf("%d", res); }