mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
test program
This commit is contained in:
parent
1ed076a5d3
commit
bea961bbbd
4 changed files with 28 additions and 3 deletions
7
test.sl
Normal file
7
test.sl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fn main() {
|
||||
let number = 5
|
||||
let number2 = 5325
|
||||
let is_equal = number == number2
|
||||
|
||||
print("Is Equal: " + is_equal)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue