diff --git a/helloWorld.js b/helloWorld.js new file mode 100644 index 0000000..10f5c8a --- /dev/null +++ b/helloWorld.js @@ -0,0 +1 @@ +document.write("Hello, World!"); diff --git a/hellowolrd.bs b/hellowolrd.bs new file mode 100644 index 0000000..d11ebc3 --- /dev/null +++ b/hellowolrd.bs @@ -0,0 +1,2 @@ +#!/bin/sh +echo "Olá, Mundo!"; diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..d9e3a64 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,6 @@ +#include +int main() +{ +std::cout << "Hello, World!\n"; +return 0; +} diff --git a/helloworld.py b/helloworld.py index 1806726..a652b9a 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,2 +1 @@ -# Hello World! in Python 3 by grantslone -print('Hello World!') \ No newline at end of file +print "Hello, World!" \ No newline at end of file diff --git a/tanseersaji/helloworld.py b/tanseersaji/helloworld.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/tanseersaji/helloworld.py @@ -0,0 +1 @@ +print("hello world")