Skip to content

Instantly share code, notes, and snippets.

@neverclear86
neverclear86 / functional-unko.ts
Created April 26, 2024 16:29
うんこで考えるプログラミングパラダイムです。感想や変更提案も受け付けています。
// うんこ with 関数型プログラミング
enum FoodStatus {
固形,
砕かれた,
粥状,
}
interface 栄養素 {
name: string
amount: number