Flix (programming language): Difference between revisions

Content deleted Content added
correct code examples
correct call to println
Line 49:
<syntaxhighlight lang="flx">
def main(): Unit \ IO =
Console.printLineprintln("Hello World!")
</syntaxhighlight>