diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 0000000..58d3468 --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; + +int main(){ + cout << "Hello World"; +} diff --git a/hello_world.js b/hello_world.js new file mode 100644 index 0000000..ee7512b --- /dev/null +++ b/hello_world.js @@ -0,0 +1 @@ +document.write("hello world"); \ No newline at end of file