mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
This commit is contained in:
committed by
Christoffer Lerno
parent
eaf45436f8
commit
848a5212ef
@@ -52,7 +52,6 @@ fn int! askGuessMulti(int high)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
unreachable();
|
||||
}
|
||||
|
||||
fn void! Game.play(Game *game)
|
||||
|
||||
@@ -64,7 +64,6 @@ fn int fannkuchredux(int n)
|
||||
}
|
||||
perm_count++;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
fn int main(int argc, char** argv)
|
||||
|
||||
@@ -61,7 +61,6 @@ fn int fannkuchredux(int n)
|
||||
}
|
||||
perm_count++;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
fn void! main(String[] argv)
|
||||
|
||||
Reference in New Issue
Block a user