Update examples

This commit is contained in:
apio 2022-08-25 10:01:44 +02:00
parent d0c219e839
commit 55018e8b6d

View File

@ -1,6 +1,6 @@
const io from @'core/io';
@main {
let @main in {
let age : i32 = 64;
io.out('I am ');
io.out(age);