From 6543407ed36f4fc5a6310222d24bc90d34ff1045 Mon Sep 17 00:00:00 2001 From: "Warren A. Kalolo" Date: Wed, 29 Jul 2020 09:14:49 +0300 Subject: [PATCH] Improve ATS example (#778) Co-authored-by: Richie Bendall --- a/ATS2.dats | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/a/ATS2.dats b/a/ATS2.dats index 4add1e9c..cf4faefb 100644 --- a/a/ATS2.dats +++ b/a/ATS2.dats @@ -1,4 +1 @@ -val _ = - print ("Hello world\n") - -implement main0 () = () +implement main0 () = println! "Hello World"