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"; +}