Skip to content

sdn0303/sdn0303

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 

Repository files navigation

Hi, I'm David πŸ‘‹ πŸ‘¨β€πŸ’»

package me

type Me struct {
	Job      string
	Email    string
	Learning []string
	Interest []string
}

func sdn0303() *Me {
	return &Me{
		Job:      "Software Developer",
		Email:    "[email protected]",
		Learning: []string{"Rust", "C#"},
		Interest: []string{"IoT", "MR", "wasm", "Blockchain", "ML"},
	}
}
Github Stats Top Lang Productive Time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published