diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adb36c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.exe \ No newline at end of file diff --git a/index.html b/index.html index 5fa9a7f..8c6009d 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,12 @@

The "frontend" of a webpage consists of:

JS = Javascript interactivity - +Hello baby... +hey +Hi, how are you? + + +

Habibi

diff --git a/temp.cpp b/temp.cpp new file mode 100644 index 0000000..a3406d2 --- /dev/null +++ b/temp.cpp @@ -0,0 +1,10 @@ +// +#include +#include +using namespace std; + +int main() +{ + cout<<"Print statement is working."<