Skip to content

Instantly share code, notes, and snippets.

@GOROman
Created October 12, 2022 09:44
Show Gist options
  • Save GOROman/34a23b5717c470baa0c84473f3a346ce to your computer and use it in GitHub Desktop.
Save GOROman/34a23b5717c470baa0c84473f3a346ce to your computer and use it in GitHub Desktop.
ターメリックライス Recipe Cooking DSL
TARGET: Turmeric Rice
#define PEOPLE = 4 // 人数
#define 小さじ = 5g
#define 大さじ = 15g
struct 材料Main = {
米 = 2合,
水 = 目盛2合,
};
struct 材料A = {
ターメリック = 小さじ1,
コンソメ = 小さじ1,
};
struct 材料B = {
無塩バター = 10g,
};
ALL: 工程1 工程2 工程3 工程4
工程1:
炊飯器に {材料Main} を入れます。
工程2:
{材料A] を入れてよく混ぜます。
工程3:
{材料B} を入れて炊飯します。
工程4:
炊き上がったら、{材料B} が馴染むまでよく混ぜます。
盛付1:
器に盛り付けて乾燥パセリを散らして完成。
@GOROman
Copy link
Author

GOROman commented Oct 12, 2022

E4066D95-5BA0-4DBC-AE46-2FAEA5930C09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment