Skip to content

Instantly share code, notes, and snippets.

@lagebr
Last active September 8, 2020 14:51
Show Gist options
  • Save lagebr/73af41680ba257e3c591df9333a5eee4 to your computer and use it in GitHub Desktop.
Save lagebr/73af41680ba257e3c591df9333a5eee4 to your computer and use it in GitHub Desktop.
-module(test).
-include_lib("eunit/include/eunit.hrl").
succeed_test() ->
ct:print("Hi"),
io:format(user, "Hi", []),
ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment