From f398b55a185e27ef1ef114539c7168d454d4d876 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Tue, 9 Dec 2025 21:56:44 +0100 Subject: [PATCH] added todo.txt --- todo.cfg | 2 ++ todo.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 todo.cfg create mode 100644 todo.txt diff --git a/todo.cfg b/todo.cfg new file mode 100644 index 0000000..5e35825 --- /dev/null +++ b/todo.cfg @@ -0,0 +1,2 @@ +export TODO_DIR="." +export TODO_FILE="$TODO_DIR/todo.txt" diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..c023562 --- /dev/null +++ b/todo.txt @@ -0,0 +1 @@ +implement dominator tree for control flow