From db072ad4dc181eca5a1458656b130beb43f475bf Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 2 Feb 2019 23:33:15 -0500 Subject: Init. --- hw3/bin/helloworld.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hw3/bin/helloworld.cpp (limited to 'hw3/bin/helloworld.cpp') diff --git a/hw3/bin/helloworld.cpp b/hw3/bin/helloworld.cpp new file mode 100644 index 0000000..4911d87 --- /dev/null +++ b/hw3/bin/helloworld.cpp @@ -0,0 +1,9 @@ +#include +#include + +int main(int argc, char** argv) +{ + /////////////////////////// + std::cout << "Hello World." << std::endl; + return(0); +} -- cgit v1.2.3