mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
spaces
Former-commit-id: eeb2006ca8007dc48eed9baadcee4982e107fad2
This commit is contained in:
parent
0bd38727b7
commit
7ef2017a7c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -78,11 +78,11 @@ Let's write hello world file:
|
|||
>$ cat hey.Mod
|
||||
|
||||
<code>
|
||||
MODULE hey;
|
||||
IMPORT Console;
|
||||
BEGIN
|
||||
Console.String("hey there"); Console.Ln
|
||||
END hey.
|
||||
MODULE hey;
|
||||
IMPORT Console;
|
||||
BEGIN
|
||||
Console.String("hey there"); Console.Ln
|
||||
END hey.
|
||||
</code>
|
||||
|
||||
>voc -M hey.Mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue