Stair-climbing puzzle: Difference between revisions

Content added Content deleted
No edit summary
(→‎C sharp: incorrect: Does not account for falling down steps.)
Line 21: Line 21:


=={{header|C sharp|C#}}==
=={{header|C sharp|C#}}==

{{incorrect|C sharp|Does not account for falling down steps.}}
<lang csharp>
<lang csharp>
void step_up() {
void step_up() {