diff options
| author | Onkel Mo <mo@onkelmo.com> | 2026-04-25 11:03:40 +0200 |
|---|---|---|
| committer | Onkel Mo <mo@onkelmo.com> | 2026-04-25 11:03:40 +0200 |
| commit | 7d6705abb1f1aabaf7e5fb9dd9f2da843ce1ad6a (patch) | |
| tree | 2ae530a66d33e829c2e339e85ea5a4aebd1bd79f /wok.c | |
chore: init
Initialises the project.
Diffstat (limited to 'wok.c')
| -rw-r--r-- | wok.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +int +main(void) +{ + return 0; +} |
