Added Starlark

This commit is contained in:
Richie Bendall
2020-04-01 05:21:15 +13:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -551,6 +551,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Squirrel](s/squirrel.nut)
* [Standard Ml](s/standard-ml.sml)
* [Stanza](s/stanza.stanza)
* [Starlark](s/starlark.star)
* [Streem](s/streem.strm)
* [Stuck](s/stuck.stuck)
* [Stuck 0Byte](s/stuck_0byte.stuck)

1
s/starlark.star Normal file
View File

@@ -0,0 +1 @@
print("Hello World")