Skip to content
View juzldream's full-sized avatar
🦮
Working from home.
🦮
Working from home.
  • China, Xizang, Lhasa
Block or Report

Block or report juzldream

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
juzldream/README.md
func main() {
	profile := `
Hi there 👋
Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:
`
	fmt.Println(profile)
	
	me := map[string]string{
		"name":    "小白鞋",
		"job":     "农名工",
		"slogan":  "用代码写诗的伪文青。 一半工作,一半生活; 一路行走,一路结缘; 一个梦想,一个世界。微信订阅号:蝉溪一梦"
	}
	for k, v := range me {
		fmt.Printf("- %s: %s \n", k, v)
	}

}

Pinned

  1. testing testing Public

    ⌛ 软件测试理论总结,Selenium学习

    Python 46 17

  2. StudyProject StudyProject Public

    🐶 整理自己的技能树,全部是生产环境搭建过的服务器或技能总结。

    HTML 2

  3. diary diary Public

    📓 Record racher's daily tasks, thoughts, essays, and logs.

    HTML 1

  4. stock stock Public

    📈 股票分析,简单量化学习

    Python 1 1