From 229f47b60c9b3a1943ccd96b7732f31f25fcee0d Mon Sep 17 00:00:00 2001 From: lakshya sharma <84004188+luckybossyt@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:46:38 +0530 Subject: [PATCH] hello.cpp i have created a file --- AttendenceImages/hello.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AttendenceImages/hello.cpp diff --git a/AttendenceImages/hello.cpp b/AttendenceImages/hello.cpp new file mode 100644 index 0000000..09b1a0f --- /dev/null +++ b/AttendenceImages/hello.cpp @@ -0,0 +1,5 @@ +#include +int main() +{ + cout<<"hello"; +}