summaryrefslogtreecommitdiff
path: root/Q3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Q3.cpp')
-rw-r--r--Q3.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Q3.cpp b/Q3.cpp
index 17f385a..e8d350c 100644
--- a/Q3.cpp
+++ b/Q3.cpp
@@ -1,3 +1,10 @@
+/*
+ * Michael Abed <mgabed@bu.edu>
+ *
+ * Lab 1 Problem 3
+ *
+ * Calculate hamming distance between 2 decimal numbers
+ */
#include <iostream>