-module('catlfish'). -export([start/0]). start() -> io:format("Starting catlfish~n"), https_server:start().