pcsx-redux/tools/vscode-extension/templates/bare-metal/empty-nugget/main.c

7 lines
139 B
C

#include "third_party/nugget/common/syscalls/syscalls.h"
int main() {
ramsyscall_printf("Hello world!\\n");
while (1)
;
}