Skip to content

pallat/pallat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 

Repository files navigation

Hello, I'm Pallat!๐Ÿ‘‹

  • ๐—œ ๐—ฎ๐—บ ๐—ฎ ๐—ฝ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ฒ๐—ฟ ๐—ถ๐—ป Thailand
  • ๐—œ โค๏ธ Go ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด!

Pallat's github stats Top Langs

type aboutMe struct {
  pronouns   []string
  languages  []string
  hobbies    []string
  funFact    string
}

func main() {
  pallat := aboutMe {
    pronouns: ["He", "Him"],
    languages: ["Go", "Go", "Go", "JavaScript"],
    hobbies: ["Reading", "Watching", "Coding"],
    funFact: "The Sunrise is in the East",
  }
  
  fmt.Printf("Pronouns: %v\n", pallat.pronouns)
  fmt.Printf("Languages I Know: %v\n", pallat.languages)
  fmt.Printf("My Hobbies: %v\n", pallat.hobbies)
  fmt.Printf("Fun Fact: %s\n", pallat.funFact)
}

my contributions

my article

About

Pallat Anchaleechamaikorn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors