icp/oer/courses/c-newcomers/sections/03-lift/02-moving-up/content.md

7 lines
302 B
Markdown
Raw Normal View History

2018-05-05 22:18:02 +00:00
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.