From 62f1ccaddfc5a65501df9cfdf528d28927fef410 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Mon, 12 May 2025 05:47:55 +0100 Subject: - Added template for week 321. --- challenge-321/aplgr/.gitignore | 1 + challenge-321/aplgr/README | 1 + 2 files changed, 2 insertions(+) create mode 100644 challenge-321/aplgr/.gitignore create mode 100644 challenge-321/aplgr/README (limited to 'challenge-321/aplgr') diff --git a/challenge-321/aplgr/.gitignore b/challenge-321/aplgr/.gitignore new file mode 100644 index 0000000000..780010228f --- /dev/null +++ b/challenge-321/aplgr/.gitignore @@ -0,0 +1 @@ +go.mod \ No newline at end of file diff --git a/challenge-321/aplgr/README b/challenge-321/aplgr/README new file mode 100644 index 0000000000..38ae16a447 --- /dev/null +++ b/challenge-321/aplgr/README @@ -0,0 +1 @@ +Solution by Andre Ploeger. \ No newline at end of file -- cgit