Skip to content

Instantly share code, notes, and snippets.

@VEINHORN
Created December 29, 2014 12:46
Show Gist options
  • Save VEINHORN/ee8eaa41590a569a1bad to your computer and use it in GitHub Desktop.
Save VEINHORN/ee8eaa41590a569a1bad to your computer and use it in GitHub Desktop.
handle(Data) ->
case Data =:= "TIME\r\n" of
true ->
io:format("true\n");
false ->
io:format("false\n")
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment