From c9d370f89274e1757208fc1b562a92e080cd06e9 Mon Sep 17 00:00:00 2001 From: gvbd345 <67673210+gvbd345@users.noreply.github.com> Date: Sun, 25 Apr 2021 01:09:23 +0000 Subject: [PATCH] Create file.cpp --- file.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 file.cpp diff --git a/file.cpp b/file.cpp new file mode 100644 index 0000000..ebd6f0e --- /dev/null +++ b/file.cpp @@ -0,0 +1,7 @@ +#include +using std::cout; + +int main() +{ + cout << "Hello World!"; +}