summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp')
-rw-r--r--Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp b/Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp
deleted file mode 100644
index 692b8a8f5d1..00000000000
--- a/Master/texmf-dist/doc/latex/buctthesis/helloworld.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Hello World C++ */
-#include<iostream>
-using namespace std;
-/***** main function *****/
-int main()
-{
- cout<<"Hello World!"<<endl; //Print "Hello World!"
- return 0;
-}