ocaml
This commit is contained in:
commit
e598b04cae
31 changed files with 946 additions and 0 deletions
11
lib/meat.ml
Normal file
11
lib/meat.ml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let yum = Commands.Yum.run
|
||||
let cook = Commands.Cook.run
|
||||
let poke = Commands.Poke.run
|
||||
let gut = Commands.Gut.run
|
||||
let trade = Commands.Trade.run
|
||||
let look = Commands.Look.run
|
||||
let fresh = Commands.Fresh.run
|
||||
let hunt = Commands.Hunt.run
|
||||
let ritual = Commands.Ritual.run
|
||||
let help = Commands.Help.run
|
||||
let meat_print = Common.meat_print
|
||||
Loading…
Add table
Add a link
Reference in a new issue