Skip to content

Instantly share code, notes, and snippets.

View kaochenlong's full-sized avatar
🖐️
World Peace!

Eddie Kao kaochenlong

🖐️
World Peace!
View GitHub Profile
@kaochenlong
kaochenlong / TurnipPrices.cpp
Created April 24, 2020 06:05 — 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
{