ocaml
This commit is contained in:
commit
e598b04cae
31 changed files with 946 additions and 0 deletions
7
lib/commands/yum.ml
Normal file
7
lib/commands/yum.ml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
let run () =
|
||||
print_string Common.header;
|
||||
Common.meat_print "CONSUMING DELICIOUS MEATS..";
|
||||
( Common.do_build () |> function
|
||||
| Error _ -> print_string "FAILED TO CONSUME MEATS."
|
||||
| _ -> () );
|
||||
print_string Common.footer
|
||||
Loading…
Add table
Add a link
Reference in a new issue