Skip to content

Instantly share code, notes, and snippets.

@profesor79
Last active August 23, 2016 12:59
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 profesor79/16358e1196605638be45ee9c28f2d16c to your computer and use it in GitHub Desktop.
Save profesor79/16358e1196605638be45ee9c28f2d16c to your computer and use it in GitHub Desktop.
Basic
PRINT “Community io:fwrite(“Community <3 DevDay").
================================
SQL (tez jezyk :-))
Select "Community <3 DevDay" as output
================================
ERLANG
-module(hello).
-export([hello_world/0]).
hello_world() -> io:fwrite("Community <3 DevDay").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment