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