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

8 lines
73 B
C++

#include <stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}