-module(ghatest). -export([sum/2]). %% This is an example function %% With an example comment sum(A, B) -> A + B.