Skip to content

Commit

Permalink
Prepare for 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleErwin committed Dec 1, 2021
1 parent 0bcd048 commit f4d7c20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 2021/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
objects::
gprbuild
#gnatmake -Padventofcode.gpr

clean::
${RM} -rf obj/*
7 changes: 7 additions & 0 deletions 2021/adventofcode.gpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
project Adventofcode is

for Source_Dirs use ("src");
for Object_Dir use "obj";
for Main use ("day01_1");
end Adventofcode;

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Before I started this event in 2018, I had only a few hours of hands-on experien

Due to my lack of experience, I don't expect my solutions to be efficient in any way (calculation time, memory usage, development time etc.). My main concern is getting the right answer (for my input data) by just using Ada as a programming language.

I had great fun during Advent of Code in 2018 and 2019 and therefore I decided to refresh my Ada knowledge again by participating in the 2020 edition as well.
I had great fun during Advent of Code in 2018, 2019 and 2020 and therefore I decided to refresh my Ada knowledge again by participating in the 2021 edition as well.

0 comments on commit f4d7c20

Please sign in to comment.