Categorygithub.com/AfonsoTaborda/AdventOfCode2022
module
0.0.0-20221212193344-0a9e5b511710
Repository: https://github.com/afonsotaborda/adventofcode2022.git
Documentation: pkg.go.dev

# README

Advent Of Code 2022 - Go

Folder Structure

The folder structure is as follows:

.
├── .devcontainer      # contains the devcontainer.json configuration file
├── DayX               # Folder containing the source code for a given X day
|    ├── Input      # The folder containing the input data
|    └── main.go    # The GO program solving the given Advent Calendar day's exercise
├── utils         # Folder containing the common utility functions
|    ├── utils.go   # The utils GO package
└── README.md

How To Run The Code

Pre-requisites

  1. You can choose between running the dev container:
  2. Or running directly from your current system by installing GO:

In order to run the different Advent Of Code 2022 solutions, follows these steps:

  1. From the root directory, run the devcontainer solution, or otherwise install the GO binaries in your current system in order to be able to run GO programs.
  2. Change directory into one of the days' folders.
  3. Run go run main.go.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author