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 advent2020day01(void) {
char *input = get_input("input/2020/01");

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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");

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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