hello-world.sml 97 B

123
  1. val sayHello = _import "say_hello" public: int * string -> int;
  2. val _ = sayHello (10, "World");