Skip to content

Instantly share code, notes, and snippets.

@KronicDeth
Created February 28, 2020 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KronicDeth/a6b1ca9a9805603800597f7d0dbd9038 to your computer and use it in GitHub Desktop.
Save KronicDeth/a6b1ca9a9805603800597f7d0dbd9038 to your computer and use it in GitHub Desktop.
-module(init).
-export([start/0]).
-import(erlang, [print/1]).
-spec start() -> ok | error.
start() ->
Binary = <<"Hello, Lonestar Elixir 2020!">>,
print(Binary).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment