diff --git a/HuffmanCoding.cpp b/HuffmanCoding.cpp index f116f7a..7f48b1f 100644 --- a/HuffmanCoding.cpp +++ b/HuffmanCoding.cpp @@ -1,3 +1,4 @@ +# Always write the program name #include using namespace std;