Updated Getting started (markdown)

Bartłomiej Przemysław Pluta
2020-04-02 09:25:17 +02:00
parent 2bfb5755f3
commit 7c073899c7

@@ -1,7 +1,7 @@
# Hello, world!
The _HelloWorld_ script looks something like this:
```php
import smnp.collection;
import smnp.io;
println("Hello, world!"); # Hello, world!
```