update to latest libflint

This commit is contained in:
2021-12-21 06:23:04 -08:00
parent b5caa4dfa4
commit 61f693f89b
177 changed files with 183 additions and 180 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "input.h"
#include "lfinput.h"
void advent2020day11(void) {
char *input = get_input("input/2020/11");