Skip to content

Instantly share code, notes, and snippets.

@jacob1
jacob1 / TurnipPrices.cpp
Last active August 8, 2021 12:54 — 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
{