1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00
melonDS/main.cpp
2016-05-16 03:40:11 +02:00

9 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}