Skip to content

Instantly share code, notes, and snippets.

View isabellabrookes's full-sized avatar
👋

Isabella Brookes isabellabrookes

👋
View GitHub Profile
@Treeki
Treeki / TurnipPrices.cpp
Last active April 21, 2025 04:42
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
{