Files
vortex/tests/runtime/hello/main.cpp
2021-06-29 02:04:07 -04:00

8 lines
73 B
C++

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