melonDS/main.cpp

10 lines
108 B
C++
Raw Normal View History

2016-05-15 19:40:11 -06:00
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}