Skip to content

Instantly share code, notes, and snippets.

View ckpiyanon's full-sized avatar

Chinakrit Lorpiyanon ckpiyanon

  • Bangkok, Thailand
View GitHub Profile
@ckpiyanon
ckpiyanon / TurnipPrices.cpp
Created April 22, 2020 03:20 — 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
{