From 80a0ac543a5a624aba9bfe18836f8b25ce5afc79 Mon Sep 17 00:00:00 2001 From: rizkifatihah Date: Wed, 21 Oct 2020 00:32:18 +0700 Subject: [PATCH] Hactoberfest --- Contributions.md | 5 +++++ profiles/rizkifatihah.md | 26 ++++++++++++++++++++++++++ script/hello_world_rizkifatihah.go | 7 +++++++ 3 files changed, 38 insertions(+) create mode 100644 profiles/rizkifatihah.md create mode 100644 script/hello_world_rizkifatihah.go diff --git a/Contributions.md b/Contributions.md index 1ab225d..8ee48b1 100644 --- a/Contributions.md +++ b/Contributions.md @@ -9,3 +9,8 @@ - Place: Semarang, Indonesia - Bio: Maintener. - - GitHub: [syouryuumaru](https://github.com/syouryuumaru) + +#### Name: M Rizki Fatihah +- Place: Medan, Sumatera Utara, Indonesia +- Bio: Web Developer & Student at University Of Sumatera Utara +- GitHub: [rizkifatihah](https://github.com/rizkifatihah) \ No newline at end of file diff --git a/profiles/rizkifatihah.md b/profiles/rizkifatihah.md new file mode 100644 index 0000000..cd0b2eb --- /dev/null +++ b/profiles/rizkifatihah.md @@ -0,0 +1,26 @@ +# M Rizki Fatihah + +### Location + +Medan/Indonesia + +### Academics + +Universitas Sumatera Utara + +### Interests + +- Play DoTA and Music + +### Development + +- Learn make application mobile and Web + +### Projects + +- [MQTT-Weather](https://github.com/rizkifatihah/MQTT-Weather) Program MQTT dengan mengambil data dari APi Openweather.org dan Yr.no + + +### Profile Link + +[rizkifatihah](https://github.com/rizkifatihah) \ No newline at end of file diff --git a/script/hello_world_rizkifatihah.go b/script/hello_world_rizkifatihah.go new file mode 100644 index 0000000..69c17ab --- /dev/null +++ b/script/hello_world_rizkifatihah.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World! Its me Rizkifatihah") +}