Skip to content

Instantly share code, notes, and snippets.

View Nincodedo's full-sized avatar
👀
Ninbot's Dad

Nincodedo Nincodedo

👀
Ninbot's Dad
View GitHub Profile
@Nincodedo
Nincodedo / TurnipPrices.cpp
Created March 31, 2020 17:55 — 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
{