import("std")

let main() = {
  std:printf("Hello from Quokka!\n")
}