Posts

Gist Test

//This is a test gist. let things = ("Hello", "World") for item in things { print(item) }

Test

1: def main(): 2: print("Hello")