mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 00:34:06 +02:00
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
|
fn main() {
|
|
for (let mut i = 0; i < 10; i = i + 1) {}
|
|
}
|
|
|
|
|