main.alc 89 B

1234567
  1. include "io.alh"
  2. Void function main():
  3. while(True):
  4. output("Hello, world!")
  5. return!