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

https://github.com/pfriedrix/pfriedrix


https://github.com/pfriedrix/pfriedrix

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

```
.global _start

_start: addi a0, x0, 1
la a1, welcome
addi a2, x0, 13
addi a7, x0, 64
ecall

addi a0, x0, 0
addi a7, x0, 93
ecall

.data
welcome: .ascii "pfriedrix"
```