diff --git a/Jossie b/Jossie new file mode 100644 index 0000000..e69de29 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 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 3dc888d..cbc876a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # openhack-jos Let's all contribute to opensource + +