1 2 3 4 5 6
-module('catlfish'). -export([start/0]). start() -> io:format("Starting catlfish~n"), https_server:start().