Skip to content

This repository contains the solutions (or others found in case of difficulties) to the puzzles proposed as part of the Advent of Code event. It currently only contains the year 2023.

Notifications You must be signed in to change notification settings

Gabin221/Advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-code

Ce dépôt contient mes solutions aux différents Advent of Code, implémentées en Python, C++ et Kotlin.
Chaque année/jour est organisé dans une arborescence claire avec des fichiers d’entrée (input_part1.txt, input_part2.txt) et un squelette de code identique dans chaque langage.


Structure du projet

Advent_of_code/
├── data/ # script copier chaque jour
│ ├── main.py
│ └── Main.kt
├── 2015/
│ └── j1/ # Jour 1 - Année 2015
│ ├── main.py
│ ├── Main.kt
│ ├── input_part1.txt
│ └── input_part2.txt
│ └── j2/ # Jour 2 - Année 2015
│ ├── main.py
│ ├── Main.kt
│ ├── input_part1.txt
│ └── input_part2.txt

Utilisation

Python

cd 2015/j1
python3 main.py

Kotlin

cd 2015/j1
kotlinc Main.kt -include-runtime -d main.jar && java -jar main.jar

Langages utilisés : Python, Kotlin

About

This repository contains the solutions (or others found in case of difficulties) to the puzzles proposed as part of the Advent of Code event. It currently only contains the year 2023.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published