summaryrefslogtreecommitdiff
path: root/src/code/1/helloworld
blob: eec73a150844ebc198ed7962b30cc81c2d641a9d (plain)
1
2
3
4
5
6
iex> "hello, world"
"hello, world"

iex> IO.puts "hello, world"
hello, world
:ok