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))
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
dewanakl/dewanakl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
ย | ย | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published