Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
26 changes: 26 additions & 0 deletions profiles/rizkifatihah.md
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 7 additions & 0 deletions script/hello_world_rizkifatihah.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello, World! Its me Rizkifatihah")
}