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

Oudwins/goaoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Advent of code 2022 with go to learn the language

Other solutions

Notes to self about lang

defining variable type infered -> x := 10 type not infered -> var x int = 10

Running

go run hello.go

.go package main at top main function to execute

func main() {

}
import "package"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0