summaryrefslogtreecommitdiff
path: root/src/code/1/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/1/helloworld')
-rw-r--r--src/code/1/helloworld6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/code/1/helloworld b/src/code/1/helloworld
new file mode 100644
index 0000000..eec73a1
--- /dev/null
+++ b/src/code/1/helloworld
@@ -0,0 +1,6 @@
+iex> "hello, world"
+"hello, world"
+
+iex> IO.puts "hello, world"
+hello, world
+:ok