Skip to content

Instantly share code, notes, and snippets.

@kusano
kusano / TurnipPrices.cpp
Created June 9, 2020 12:53 — 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
{