8000 GitHub - qiuyuyin/qiuyuyin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qiuyuyin/qiuyuyin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

This is yili 👋

package main
import "fmt"

type yili struct {
    university string
    hobbies []string
    blog string
}
func(me *yili) yili(str string) {
    me.university = "Huazhong University of Science and Tech"
    me.hobbies = [...]{"coding💻", "basketball🏀", "anime🙈", "games🎮"}
    me.blog = "https://www.yili.fit"
    fmt.Println(str)
}
func main() {
    go yili("go back to study!")
}

🌝Tags

Gopher / All stacker / Rustacean / Vuer / Java quiter / Blog writer / Gamer

🔗Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0