8 lines
47 B
C++
8 lines
47 B
C++
|
#include "io.h"
|
||
|
|
||
|
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|