summaryrefslogtreecommitdiff
path: root/src/https/https_server.erl
blob: a62a02f68a02b6b5b186d71a9febdfa3ea5e6958 (plain)
1
2
3
4
5
-module(https_server).
-export([start/0]).

start() ->
    io:format("Starting https server~n").