Skip to content

Instantly share code, notes, and snippets.

View shawenyao's full-sized avatar

Wenyao shawenyao

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
{