Skip to content

Omegapoint/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

advent-of-code

A place to push your advent of code to and compare your solutions with other people.

Please follow the structure described below ({year}/{language}/{your_name}/{your_code}) to keep everyhing organized and help mitigate merge conflicts. If your language is not yet in the list then feel free to add it.

advent-of-code
├── 2024
│   └── kotlin
│       ├── adrian
│       │   ├── day1
│       │   │   └── dumy.kt
│       │   ├── day2
│       │   │   └── dummy.kt
:       :   :   :   
:       :   :   :
│       │   └── day31
│       │       └── dummy.kt
│       └── ludvig
│           ├── day1
│           │   └── dumy.kt
│           ├── day2
│           │   └── dumy.kt
:           :   :   :
:           :   :   :
│           └── day31
│               └── dumy.kt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages