Skip to content

dewanakl/dewanakl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hi, I'm Dewana !

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))
	}
}

Connect with Me:

Instagram Linkedin

Learn :

Golang PHP Python JavaScript HTML5 CSS3 PostgreSQL MySQL MongoDB Redis Elasticsearch RabbitMQ Postman Docker Git GitLab GitHub

Stats:

Badge Dewana

GitHub Stats Dewana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published