TortureScript.kts 75 B

1234
  1. val greeting = "hi"
  2. println(greeting)
  3. fun scripted() { work() }
  4. scripted()