Merge branch 'argued' into overgrown

This commit is contained in:
dtb
2024-07-23 19:55:24 -06:00
3 changed files with 44 additions and 3 deletions

9
src/argued.c Normal file
View File

@@ -0,0 +1,9 @@
/*
* Copyright (c) 20222024 DTB <trinity@trinity.moe>
* SPDX-License-Identifier: CC0
*
* This work is marked with CC0 1.0. To view a copy of this license, visit
* <http://creativecommons.org/publicdomain/zero/1.0>.
*/
int main(int argc, char *argv[]){ return !(argc > 1); }