From b7cf11f4f4ee7ed3c0e56ea54037826cdb830550 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 26 Jul 2022 13:08:53 -0400 Subject: [PATCH] Cross some items off the to-do list. --- site/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index ae1b776..8599c5f 100644 --- a/site/index.html +++ b/site/index.html @@ -301,11 +301,12 @@ Implement a JSON library using the hash map and array
  • Figure out how to wWrite unit tests for array/hashmap/etc
  • +
  • Parse the Telodendria config file
  • Add license/documentation comments to all source files
  • Implement a simple HTTP server