dilaria/test.dil
2021-12-30 14:15:25 +01:00

10 lines
No EOL
76 B
Text

let x = 2 * 3;
let tz = x * 5;
{
let uwu = 5;
uwu;
}
print 5 + 5;