fixed compound node

This commit is contained in:
Lorenzo Torres 2025-12-03 22:17:55 +01:00
parent df1b336c7c
commit 21b43af69d
7 changed files with 117 additions and 102 deletions

View file

@ -1,6 +1,8 @@
import test;
import std;
i32 main()
{
print_msg("Hello world!");
print("Hello world!\n");
return 0;
}