7 lines
302 B
Markdown
7 lines
302 B
Markdown
Now, that we have a simple notion of time, we want to move the lift. For now only upwards.
|
|
This is still nothing new. But we want to make sure that we don't take to many steps at ones.
|
|
|
|
# Task
|
|
|
|
Your task is to simulate the lift moving upwards.
|
|
Simply increment the current floor each time-step. |