summaryrefslogtreecommitdiff
path: root/templates/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.h')
-rw-r--r--templates/header.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/header.h b/templates/header.h
new file mode 100644
index 0000000..7e54f02
--- /dev/null
+++ b/templates/header.h
@@ -0,0 +1,17 @@
+/*
+ * header.h
+ *
+ * Patrick Simianer <p@simianer.de>
+ * YYYY-MM-DD
+ */
+
+
+#ifndef UNTITLED_H
+#define UNTITLED_H
+
+#include <iostream>
+
+
+
+#endif
+