This commit is contained in:
2024-10-06 12:42:46 -04:00
parent 148ad00c83
commit e5aea8b24e
26 changed files with 1338 additions and 613 deletions

View File

@@ -2,10 +2,10 @@ fn main() {
// let x = 3;
let y = 4 + 4 + 5;
let z = 1 * 2 - 3 / test * 4;
let r = 1 - 2 + 3;
let r = 1-2.5 + 3;
let w = 1 * (2 - 3) / "test" - 7;
asntei
let a = test(3);
let a = test('3');
let c = '3' ;
test(5);
return 5 +