Fixes #811. Update some stdlib methods. Header printout correctly picks a name. #804

This commit is contained in:
Christoffer Lerno
2023-07-03 01:08:16 +02:00
committed by Christoffer Lerno
parent eaf45436f8
commit 848a5212ef
55 changed files with 735 additions and 793 deletions

View File

@@ -52,7 +52,6 @@ fn int! askGuessMulti(int high)
}
return result;
}
unreachable();
}
fn void! Game.play(Game *game)

View File

@@ -64,7 +64,6 @@ fn int fannkuchredux(int n)
}
perm_count++;
}
return 0;
}
fn int main(int argc, char** argv)

View File

@@ -61,7 +61,6 @@ fn int fannkuchredux(int n)
}
perm_count++;
}
return 0;
}
fn void! main(String[] argv)