Finished WWWGen

This commit is contained in:
Mike Nolan 2024-09-23 20:31:46 -05:00
parent 386d8d30bd
commit a8b69d1a81
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<!--tws <!--tws
lock(); lock();
print "Freeing todos";
free(todos); free(todos);
unlock(); unlock();
--> -->

View File

@ -1,5 +1,4 @@
<!--tws <!--tws
print "Wake up\n";
lock(); lock();
todos = load(); todos = load();