Skip to content

Instantly share code, notes, and snippets.

@Eibwen
Eibwen / TurnipPrices.cpp
Created April 15, 2020 17:02 — 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
{