summaryrefslogtreecommitdiff
path: root/Q3.cpp
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-02-12 15:20:36 -0500
committerMichael Abed <michaelabed@gmail.com>2012-02-12 15:20:36 -0500
commit986e3aa56c96097bb6993e48859ea6540e9ad7cc (patch)
tree9d406e9a2a90e3af396c31603c7fa38294628451 /Q3.cpp
parent0e81d872502c86f061cf9003b77ac5b0abdabcba (diff)
downloadec327-lab1-986e3aa56c96097bb6993e48859ea6540e9ad7cc.tar.gz
ec327-lab1-986e3aa56c96097bb6993e48859ea6540e9ad7cc.tar.bz2
ec327-lab1-986e3aa56c96097bb6993e48859ea6540e9ad7cc.zip
Comment things and add headings
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>