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