From f651edb801322f434202077cec453fc5d01bd558 Mon Sep 17 00:00:00 2001 From: Jaicke Santos <38104697+Jaicke@users.noreply.github.com> Date: Sun, 7 Oct 2018 13:49:57 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 06ba005..8d9d3c3 100644 --- a/README.md +++ b/README.md @@ -517,6 +517,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - I like developing and doing graphic art! - [![twitter-alt][twitter-img]](https://twitter.com/jvcks0n) +### Jaicke +- Science Computer student +- [![facebook-alt][facebook-img]](https://facebook.com/jaicke97) + [![github-alt][github-img]](https://github.com/jaicke) + # K ### Kamal Iqlaas From 7d40c1e901a3ac6f5ec38405d0f755202a5b2e3f Mon Sep 17 00:00:00 2001 From: Jaicke Santos <38104697+Jaicke@users.noreply.github.com> Date: Sun, 7 Oct 2018 13:58:16 -0300 Subject: [PATCH 2/3] Add files via upload --- code/hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/hello.py diff --git a/code/hello.py b/code/hello.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/code/hello.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file From ff8b9b4396566c833e20124eb38608dd1bdbbf9b Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 18:05:28 +0100 Subject: [PATCH 3/3] Rename hello.py to Jaicke.py --- code/Jaicke.py | 1 + code/hello.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 code/Jaicke.py delete mode 100644 code/hello.py diff --git a/code/Jaicke.py b/code/Jaicke.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/code/Jaicke.py @@ -0,0 +1 @@ +print("Hello World") diff --git a/code/hello.py b/code/hello.py deleted file mode 100644 index 8e23576..0000000 --- a/code/hello.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") \ No newline at end of file