package main
import "fmt"
type AboutMe struct {
Icon string
Text string
}
func main() {
fmt.Println("I am a student who needs to study.")
aboutMeList := []AboutMe{
{"🌱", "I'm learning about technology"},
{"🎓", "I studied computer science"},
{"⚡", "Fun fact ~ Let's get started"},
{"🇮🇩", "Central Java, Indonesia"},
}
for _, v := range aboutMeList {
fmt.Println(fmt.Sprintf("%s %s", v.Icon, v.Text))
}
}
🍚
Working from home
Let's get started
-
Komerce
- Central Java
-
20:31
- 7h ahead - https://ulems.my.id
- deww_dewana
- in/dewanakretarta
Highlights
Pinned Loading
-
undangan-api
undangan-api PublicBackend undangan API yang dapat diandalkan dengan performa yang baik dengan "kamu" PHP framework.
-
badge
badge PublicSimple badge generator yang cepat, aman, dan gratis dengan "kamu" PHP framework.
PHP
967 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 41 commits in 2 repositories
6
contributions
in private repositories
Mar 6 – Mar 10