An open API service indexing awesome lists of open source software.

https://github.com/lambdachad/hello-n64

Hello world!\n in N64
https://github.com/lambdachad/hello-n64

c n64

Last synced: about 2 months ago
JSON representation

Hello world!\n in N64

Awesome Lists containing this project

README

          

# hello-n64

![](screenshot.webp)

`Hello world!\n` in N64.
Make sure to install `n64dd.zip` files into `$HOME/.mame/n64dd/`.

```
paru -S git make gcc mips64-elf-gcc mame
git clone https://github.com/knarkzel/hello-n64
cd hello-n64/
make run
```