Files
eden/src/yuzu_room_standalone/main.cpp
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
108 B
C++
Raw Normal View History

2025-05-19 21:30:10 +00:00
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}