aboutsummaryrefslogtreecommitdiff
path: root/src/main.effekt
blob: 35e7955c45bd35aa5778489b9a1f63f87994b5f1 (plain) (blame)
1
2
3
4
5
module main // must be named same as the file!

import src/lib

def main(): Unit = println(helloWorld())