mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
6 lines
70 B
C
6 lines
70 B
C
|
#include "common.h"
|
||
|
|
||
|
void __main(void){
|
||
|
OSFatal("hello world");
|
||
|
}
|