Packages

An OTP library for testing Github Actions and Hex publishing

Retired package: Release invalid - This package is only for testing

Current section

Files

Jump to
ghatest src ghatest.erl
Raw

src/ghatest.erl

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