about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-16 20:10:05 -0500
committerBen Harris <ben@tilde.team>2020-12-16 20:10:20 -0500
commit98f3016b477077a8478895b67ee37af71ae68717 (patch)
treea16c16b187caa6843a2d23fc632f391ccede2faa /README.md
parentdbd228d96d1b65ba71f0def1be0c28084bd82c27 (diff)
start on day 19
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0e6fdc8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# [aoc2019](https://tildegit.org/ben/aoc2019)
+
+[![Build Status](https://drone.tildegit.org/api/badges/ben/aoc2019/status.svg)](https://drone.tildegit.org/ben/aoc2019)
+
+some advent of code solutions for 2019
+
+starting out with c#, we'll see how it goes this year
+
+using .net core 3.0, run all solutions with `dotnet run`
+