#! /usr/bin/env escript

main(_) ->
    io:format("Hello catlfish!\n"),
    catlfish:start().