Skip to content
Snippets Groups Projects
Commit 0718815b authored by Horváth Zoltán's avatar Horváth Zoltán
Browse files

Trying something out with git

parent 111b6a1c
No related branches found
No related tags found
No related merge requests found
namespace AoC2; namespace AoC2;
internal record Bag(int Red, int Green, int Blue); internal readonly record struct Bag(int Red, int Green, int Blue);
internal class Game internal class Game
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment