Added LF in examples/basic

This commit is contained in:
Josh Nussbaum
2016-06-13 02:41:21 -04:00
parent 60e9b07fc5
commit 79105ee27a

View File

@@ -6,4 +6,4 @@ defmodule MyLib do
end
MyLib.puts("Hello World from C stdlib")
MyLib.printf("Random number: %d", :random.uniform(10))
MyLib.printf("Random number: %d\n", :random.uniform(10))