Readm

Results 2 issues of Readm

Hello, I notice that in DEFCON, you said the PACMAN I is in C (instead of Rust). Where can I find that version of code? Is it public? Thanks

in README: ``` $ clang -target riscv64 -mriscv=RV64IAMFD -S hello.c -o hello.S $ riscv64-unknown-elf-gcc -o hello.riscv hello.S ``` Which means the linking is in the `riscv64-unknown-elf-gcc`, and libraries is old...