meat/lib/commands/trade.ml
2026-05-19 23:38:14 +10:00

8 lines
229 B
OCaml

let run () =
print_string Common.header;
Common.meat_print "TRADING FOREIGN MEATS..";
Common.do_remote () |> function
| Error _ -> print_string "FAILED TO TRADE MEATS."
| _ ->
();
print_string Common.footer