Create initial file structure

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2016-10-24 11:52:11 +01:00
parent c9729ed113
commit 020ade0934
3 changed files with 208 additions and 0 deletions

9
source/main.c Normal file
View File

@@ -0,0 +1,9 @@
#include <3ds.h>
#include <stdio.h>
int main()
{
puts("Stub");
return 0;
}