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