Skip to content

Commit

Permalink
chore(doc): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Nov 28, 2023
1 parent 075f02e commit ed0cbe7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ melang -h //help information
melang a.mln b.mln ... //execute melang files
```

**Example**
```
//example.m
sys = Import('sys');
sys.print("Hello World!");
```
```
melang example.m
```
The output is:
```
Hello World!
```


### License
Expand All @@ -55,5 +69,5 @@ Copyright (c) 2018-present, Niklaus F. Schen

### Document

Please visit [Pages](https://water-melon.github.io/Melang/) to get more information.
Please refer to [Official Site](https://melang.org) for more details.

0 comments on commit ed0cbe7

Please sign in to comment.