From 14c54b2ee16a73a12dcf9bce64e4faf56f746604 Mon Sep 17 00:00:00 2001 From: rizkifatihah Date: Wed, 21 Oct 2020 00:37:12 +0700 Subject: [PATCH] hacktober --- CONTRIBUTIONS.md | 10 +++++++++- profiles/rizkifatihah.md | 26 ++++++++++++++++++++++++++ script/rizkifatihah.go | 7 +++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 profiles/rizkifatihah.md create mode 100644 script/rizkifatihah.go diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 63d6b33..7f8235c 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -10,4 +10,12 @@ #### 이름 : [Munir] (github.com/nearfoe1) -장소 : Semarang, Indonesia -약력 : 누구 시죠? --GitHub : [Munir] (github.com/zycamichaela) \ No newline at end of file +-GitHub : [Munir] (github.com/zycamichaela) + +## 3. M Rizki Fatihah +아래와 같이`CONTRIBUTORS.md`에 이름을 추가합니다. +#### 이름 : [rizkifatihah] (github.com/rizkifatihah) +-장소 : medan, Indonesia +-약력 : 누구 시죠? +-GitHub : [rizkifatihah] (github.com/rizkifatihah) + 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/rizkifatihah.go b/script/rizkifatihah.go new file mode 100644 index 0000000..69c17ab --- /dev/null +++ b/script/rizkifatihah.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World! Its me Rizkifatihah") +}