@@ -0,0 +1,3 @@
+*.swp
+*.swo
+a.out
@@ -0,0 +1 @@
+#include "vector.h"
@@ -0,0 +1,6 @@
+#ifndef VECTOR_H
+#define VECTOR_H
+
+#endif