Test¶
This is a test file.
This is the first Juvix code block:
module test;
import Stdlib.Prelude open;
And this is the second Juvix code block:
main : String := "Hello world!";
This is a test file.
This is the first Juvix code block:
module test;
import Stdlib.Prelude open;
And this is the second Juvix code block:
main : String := "Hello world!";