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]).
sum(A, B) ->
A + B.