8 lines
65 B
C++
8 lines
65 B
C++
|
#include <cstdlib>
|
||
|
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|