diff --git a/C/Madhura_Hello_World.c b/C/Madhura_Hello_World.c new file mode 100644 index 0000000..fd7e7a6 --- /dev/null +++ b/C/Madhura_Hello_World.c @@ -0,0 +1,4 @@ +#include +int main(){ + printf("Hello World"); +} \ No newline at end of file diff --git a/Java Script/Madhura_Hello_World.js b/Java Script/Madhura_Hello_World.js new file mode 100644 index 0000000..accefce --- /dev/null +++ b/Java Script/Madhura_Hello_World.js @@ -0,0 +1 @@ +console.log("Hello World"); diff --git a/html/Madhura_Hello_World.html b/html/Madhura_Hello_World.html new file mode 100644 index 0000000..02c75d3 --- /dev/null +++ b/html/Madhura_Hello_World.html @@ -0,0 +1,12 @@ + + + + + + + Document + + +

Hello World

+ +