8 lines
64 B
C
8 lines
64 B
C
#include "something.h"
|
|
|
|
int main()
|
|
{
|
|
nothing();
|
|
return 0;
|
|
}
|