Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

My solutions for Advent of Code

NotificationsYou must be signed in to change notification settings

ldej/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://adventofcode.com/

2017, 2018 and 2019 have been moved from individual repos to this repo. They might need tinkering to get working again.

2020 is up and running 😄

Generate a custom grid

Define a struct

typePersonstruct {NamestringAgeint}

Generate a grid for typePerson

$ go run tools/gen/grid.go -name=Person -type=Person > 2020/day04/1/person_grid.go

[8]ページ先頭

©2009-2025 Movatter.jp