View difference between Paste ID: Hb04FrQ1 and n5xvkHeZ
SHOW: | | - or go back to the newest paste.
1
#include<stdio.h>
2
int main{
3
printf("h");
4
return 0;
5
}