diff options
| author | Omar Rizwan <omar@omar.website> | 2024-01-26 05:32:28 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2024-01-26 05:32:28 +0000 |
| commit | 863c2cb361d7ff98fbefefed2285685d41321d41 (patch) | |
| tree | b2dd0a7f7fc716916149a369663947bce6c478f8 /workqueue.c | |
| parent | workqueue: WIP, trying to figure out process design (diff) | |
| download | folk-863c2cb361d7ff98fbefefed2285685d41321d41.tar.gz folk-863c2cb361d7ff98fbefefed2285685d41321d41.zip | |
workqueue: Build, print addresses
Diffstat (limited to 'workqueue.c')
| -rw-r--r-- | workqueue.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/workqueue.c b/workqueue.c index a770e66a..99aa1a9e 100644 --- a/workqueue.c +++ b/workqueue.c @@ -53,3 +53,7 @@ WorkQueue* workQueueNew() { workQueueEntryGetPosition, workQueueEntrySetPosition); } + +int main() { + workQueueNew(); +} |
