Skip to content

Instantly share code, notes, and snippets.

View Raka-loah's full-sized avatar
🐍
Life is short (you need Python)

Zack Zhou Raka-loah

🐍
Life is short (you need Python)
View GitHub Profile
@Raka-loah
Raka-loah / TurnipPrices.cpp
Created April 2, 2020 02:36 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{