Skip to content

Oof golang code snippets for learning i guess feel free to fork this repo and

Notifications You must be signed in to change notification settings

hypnagogicangel/GolangTuto

 
 

Repository files navigation

GolangTuto

Oof golang code snippets for learning i guess feel free to fork this repo for your personal usage

func main() {
	f := 1
	for f < 3 {
		fmt.Println("learn code boiis")
      f++
	}

“A language that doesn't affect the way you think about programming is not worth knowing.” ― Alan J. Perlis

About

Oof golang code snippets for learning i guess feel free to fork this repo and

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%