mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
7 lines
139 B
C
7 lines
139 B
C
#include "third_party/nugget/common/syscalls/syscalls.h"
|
|
|
|
int main() {
|
|
ramsyscall_printf("Hello world!\\n");
|
|
while (1)
|
|
;
|
|
}
|