wut/samples/helloworld/src/main.c

9 lines
124 B
C
Raw Normal View History

2015-12-27 03:22:53 +01:00
#include <coreinit_debug.h>
#include <gx2_init.h>
int main(int argc, char **argv)
{
OSFatal("my first rpx");
return 0;
}