about summary refs log tree commit diff
path: root/cpptour/helloworld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpptour/helloworld.cc')
-rw-r--r--cpptour/helloworld.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpptour/helloworld.cc b/cpptour/helloworld.cc
deleted file mode 100644
index 89a7f8a..0000000
--- a/cpptour/helloworld.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <iostream>
-
-int
-main ()
-{
-  std::cout << "Hello, World!" << std::endl;
-}