mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-14 03:21:51 +01:00
9 lines
124 B
C
9 lines
124 B
C
#include <coreinit_debug.h>
|
|
#include <gx2_init.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
OSFatal("my first rpx");
|
|
return 0;
|
|
}
|