From 0bd38727b760a4b17ab326436fb430a4b5792156 Mon Sep 17 00:00:00 2001 From: norayr Date: Wed, 13 Jan 2016 16:05:38 +0400 Subject: [PATCH] code Former-commit-id: a1e328df71183c99f4b6df1269b40789262c0e9b --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6350a326..e176c463 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,15 @@ Simple example Let's write hello world file: -$ cat hey.Mod +>$ cat hey.Mod + MODULE hey; IMPORT Console; BEGIN Console.String("hey there"); Console.Ln END hey. + >voc -M hey.Mod