mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
fix top level
This commit is contained in:
parent
9837713771
commit
c6e5a5d686
5 changed files with 68 additions and 39 deletions
10
test.sl
10
test.sl
|
|
@ -1,9 +1 @@
|
|||
fn main() {
|
||||
let number = 57234875;
|
||||
let number2 = 5325;
|
||||
let is_equal = number == number2;
|
||||
|
||||
if !is_equal {
|
||||
|
||||
}
|
||||
}
|
||||
1 + 2 * 10;
|
||||
Loading…
Add table
Add a link
Reference in a new issue