This website requires JavaScript.
Explore
Help
Register
Sign In
sfja.skp
/
slige
Watch
1
Star
0
Fork
0
You've already forked slige
mirror of
https://git.sfja.dk/Mikkel/slige.git
synced
2025-01-18 19:16:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
teknikfagseksamen
slige
/
examples
/
add_let.slg
8 lines
63 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
add a few examples
2024-12-10 23:22:13 +00:00
fix compilter
2024-12-11 02:11:00 +00:00
fn main() -> int {
add a few examples
2024-12-10 23:22:13 +00:00
let a = 5;
let b = 3;
infix
2024-12-12 14:37:56 +00:00
a + b
add a few examples
2024-12-10 23:22:13 +00:00
}
Reference in New Issue
Copy Permalink