8 lines
72 B
C
8 lines
72 B
C
#include "public.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|
|
|