add more crap

This commit is contained in:
StapleButter
2016-05-16 17:48:40 +02:00
parent cfdfd4b231
commit 5b7ae6dab3
5 changed files with 83 additions and 3 deletions

View File

@ -1,9 +1,12 @@
#include <iostream>
#include <stdio.h>
#include "NDS.h"
using namespace std;
int main()
{
cout << "Hello world!" << endl;
printf("melonDS version uh... 0.1??\n");
NDS::Init();
return 0;
}