Hello OCaml by 51b

-module(h).
-export([m/0]).
m()->io:format("\x84\x95\xa6\xbe\x00\x00\x00\x0e\x00\x00\x00\x01\x00\x00\x00\x05\x00\x00\x00\x03-Hello, OCaml!").

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page