all:
	g++ -std=c++14 main.cpp -pthread -lpthread -o main.out
