From 79105ee27a1111fe085bfe6430e78ca8da9213eb Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Mon, 13 Jun 2016 02:41:21 -0400 Subject: [PATCH] Added LF in examples/basic --- examples/basic.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic.exs b/examples/basic.exs index 9cf5a32..a1accdf 100644 --- a/examples/basic.exs +++ b/examples/basic.exs @@ -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))