Added LF in examples/basic
This commit is contained in:
@@ -6,4 +6,4 @@ defmodule MyLib do
|
|||||||
end
|
end
|
||||||
|
|
||||||
MyLib.puts("Hello World from C stdlib")
|
MyLib.puts("Hello World from C stdlib")
|
||||||
MyLib.printf("Random number: %d", :random.uniform(10))
|
MyLib.printf("Random number: %d\n", :random.uniform(10))
|
||||||
|
|||||||
Reference in New Issue
Block a user