Remove folly from day 14
parent
9deb4d9c89
commit
30a0e80114
|
@ -1,7 +1,7 @@
|
||||||
CC=g++
|
CC=g++
|
||||||
BIN_NAME=day14
|
BIN_NAME=day14
|
||||||
CCFLAGS=-o $(BIN_NAME) -g -std=c++17
|
CCFLAGS=-o $(BIN_NAME) -g -std=c++17
|
||||||
LDFLAGS=-lfolly
|
LDFLAGS=
|
||||||
|
|
||||||
.PHONY: all, clean
|
.PHONY: all, clean
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#include <folly/String.h>
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
|
||||||
#include <charconv>
|
#include <charconv>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Reference in New Issue