feat(assign1): add logwriter.c

This commit is contained in:
Kiana Sheibani 2025-09-04 21:53:15 -04:00
parent eb87fd068d
commit a0392134e2
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 40 additions and 0 deletions

View file

@ -18,4 +18,5 @@ let
in {
assign1-hello = basic-c "hello";
assign1-employee = basic-c "employee";
assign1-logwriter = basic-c "logwriter";
}