From 2ad75b4529b1228075fa7b29bc8d2a7ee07a59bf Mon Sep 17 00:00:00 2001 From: Josehine Date: Fri, 11 Oct 2019 12:15:26 +0100 Subject: [PATCH 1/3] Add my name - Josephine --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3dc888d..e14ca57 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # openhack-jos Let's all contribute to opensource + +--Josephine Sunday + From 05fa3035669788d91457d90caa93662ffeb081a7 Mon Sep 17 00:00:00 2001 From: Josehine Date: Fri, 11 Oct 2019 12:30:14 +0100 Subject: [PATCH 2/3] Add my name Jossie --- Jossie | 0 Jossie.py | 1 + README.md | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Jossie create mode 100644 Jossie.py diff --git a/Jossie b/Jossie new file mode 100644 index 0000000..e69de29 diff --git a/Jossie.py b/Jossie.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/Jossie.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file diff --git a/README.md b/README.md index e14ca57..cbc876a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # openhack-jos Let's all contribute to opensource ---Josephine Sunday From 3ce4de2d7015a063fefb003b499bd3363bf163ff Mon Sep 17 00:00:00 2001 From: Josehine Date: Fri, 11 Oct 2019 13:25:12 +0100 Subject: [PATCH 3/3] Jscript --- Jossie.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Jossie.js diff --git a/Jossie.js b/Jossie.js new file mode 100644 index 0000000..d39efd6 --- /dev/null +++ b/Jossie.js @@ -0,0 +1,5 @@ +var num = 1 +while (num <= 10){ + console.log(num); + num++ +} \ No newline at end of file