7 lines
60 B
C++
Raw Normal View History

2015-12-03 18:43:53 +01:00
#include <stdio.h>
2015-11-17 17:22:37 +01:00
int sub()
{
2015-12-03 18:43:53 +01:00
printf("");
2015-11-17 17:22:37 +01:00
return 10;
}