2021-11-20 13:41:27 +01:00

8 lines
62 B
C++

#include <systemlib.h>
int main()
{
return systemlib();
}