mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 08:44:06 +02:00
9 lines
45 B
Plaintext
9 lines
45 B
Plaintext
|
|
fn main() {
|
|
let a = 5;
|
|
|
|
a = 10;
|
|
}
|
|
|
|
|