Create initial file structure
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
9
source/main.c
Normal file
9
source/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <3ds.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("Stub");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user