Skip to content

Instantly share code, notes, and snippets.

View sebastian-ch's full-sized avatar
😎

Sebastian Hancock sebastian-ch

😎
View GitHub Profile
@sebastian-ch
sebastian-ch / TurnipPrices.cpp
Created May 7, 2020 10:51 — 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
{