change file extension

This commit is contained in:
nora 2021-12-30 14:15:25 +01:00
parent e7e8ee4b4d
commit 5ae747d513

10
test.dil Normal file
View file

@ -0,0 +1,10 @@
let x = 2 * 3;
let tz = x * 5;
{
let uwu = 5;
uwu;
}
print 5 + 5;