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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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