Files
vortex/tests/runtime/simple64/main.cpp
2021-12-01 02:44:14 -05:00

5 lines
39 B
C++

int main()
{
int num=1+2;
return 0;
}