Remove folly from day 14

master
Nick Krichevsky 2020-12-14 02:41:24 -05:00
parent 9deb4d9c89
commit 30a0e80114
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
CC=g++
BIN_NAME=day14
CCFLAGS=-o $(BIN_NAME) -g -std=c++17
LDFLAGS=-lfolly
LDFLAGS=
.PHONY: all, clean

View File

@ -1,7 +1,4 @@
#include <folly/String.h>
#include <algorithm>
#include <cassert>
#include <charconv>
#include <fstream>
#include <iostream>