diff --git a/cpp b/cpp new file mode 100644 index 00000000..abd90470 --- /dev/null +++ b/cpp @@ -0,0 +1,6 @@ +#include +#include +void main() +{ +cout>>"Hello Universe From Alan"; +}