Fixes: #518
Co-Authored-By: Mulia Nasution <mul14@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 16:45:15 +13:00
parent c74deb122c
commit be3a3aadfd
2 changed files with 4 additions and 0 deletions

3
s/skip.sk Normal file
View File

@@ -0,0 +1,3 @@
fun main(): void {
print_string("Hello World")
}