Compression-Project/src/common.h
2020-05-24 20:59:14 -05:00

5 lines
116 B
C++

// include this file at the top of every source file
#pragma once
#include <bits/stdc++.h>
using namespace std;