๐Ÿ“ฆ yjhjstz / gyp

๐Ÿ“„ prog.c ยท 8 lines
1
2
3
4
5
6
7
8extern void print(void);

int main(void)
{
  print();
  return 0;
}