From 8bac57ac8bf1f5c86890bd6078797e7e637a9049 Mon Sep 17 00:00:00 2001 From: bagwai Date: Mon, 7 Oct 2019 15:34:06 +0100 Subject: [PATCH 1/3] adding Hello world using JSX --- jsx/helloworld.jsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 jsx/helloworld.jsx 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")); From 504ac162280a6f11d329af8f3b948f85af431b97 Mon Sep 17 00:00:00 2001 From: bagwai Date: Mon, 7 Oct 2019 15:50:43 +0100 Subject: [PATCH 2/3] adding hello world in Clipper --- Clipper/helloworld.ntx | 1 + 1 file changed, 1 insertion(+) create mode 100644 Clipper/helloworld.ntx 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 From 44ed0a442810020ec8866aa1a58d45941d2aad0b Mon Sep 17 00:00:00 2001 From: bagwai Date: Mon, 7 Oct 2019 18:56:41 +0100 Subject: [PATCH 3/3] added hello world in hausa using python --- python/Hello-World in perian,arabic and some other languages | 1 + 1 file changed, 1 insertion(+) 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