summaryrefslogtreecommitdiffstats
path: root/dev-template/dj/hello.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-template/dj/hello.cc')
-rw-r--r--dev-template/dj/hello.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-template/dj/hello.cc b/dev-template/dj/hello.cc
new file mode 100644
index 0000000..c3aaa22
--- /dev/null
+++ b/dev-template/dj/hello.cc
@@ -0,0 +1,9 @@
+#include <iostream>
+
+using namespace std;
+
+int main(void)
+{
+ cout << "hello" << endl;
+ return 0;
+}