mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 10:49:27 +00:00
9 lines
97 B
C++
9 lines
97 B
C++
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
char tmp;
|
|
fread(&tmp, sizeof(tmp), 1, stdin);
|
|
return 0;
|
|
}
|