more stuff

This commit is contained in:
cathugger
2022-05-17 16:01:52 +00:00
parent ef71219c2b
commit b428196b5e
3 changed files with 57 additions and 10 deletions

View File

@@ -19,6 +19,9 @@ const int charcounts[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10 };
int main(int argc,char **argv)
{
// TODO
(void) argc;
(void) argv;
printf(" |");
for (size_t i = 0; i < sizeof(probs)/sizeof(probs[0]); ++i) {