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. --- hw1/bin/helloworld.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hw1/bin/helloworld.cpp (limited to 'hw1/bin/helloworld.cpp') diff --git a/hw1/bin/helloworld.cpp b/hw1/bin/helloworld.cpp new file mode 100644 index 0000000..4a1b8e4 --- /dev/null +++ b/hw1/bin/helloworld.cpp @@ -0,0 +1,7 @@ +#include + +int main(int argc, char** argv) +{ + std::cout << "Hello World." << std::endl; + return(0); +} -- cgit v1.2.3