hlfw.ca

task

ref: 832e8448b3bd0aec97693691c7bd190bf8dcd504
dir: /todo.c/

View raw version
#include <u.h>
#include <libc.h>

#include "pro.h"

static void
usage(char *argv0)
{
	fprint(2, "usage: %s\n", argv0);
	exits("usage");
}

void
main(int argc, char **argv)
{
	USED(argc);
	USED(argv);
	//walks our zk-backed DAG to find the next task, answers queries, etc
}