diff --git a/Clipper/helloworld.ntx b/Clipper/helloworld.ntx new file mode 100644 index 0000000..8992efd --- /dev/null +++ b/Clipper/helloworld.ntx @@ -0,0 +1 @@ +? "Hello World" \ No newline at end of file diff --git a/jsx/helloworld.jsx b/jsx/helloworld.jsx new file mode 100644 index 0000000..b5fea2d --- /dev/null +++ b/jsx/helloworld.jsx @@ -0,0 +1 @@ +ReactDOM.render(

Hello, world!

, document.getElementById("root")); diff --git a/python/Hello-World in perian,arabic and some other languages b/python/Hello-World in perian,arabic and some other languages index 96089d8..db3e3bb 100644 --- a/python/Hello-World in perian,arabic and some other languages +++ b/python/Hello-World in perian,arabic and some other languages @@ -6,3 +6,4 @@ print("Hai dunia") #Malay print("Halo Dunia") #Indonesian print("Halo donya") #Javanese print("Hola Mundo") #Spanish +print("Barka Dai Duniya") #Hausa \ No newline at end of file