Merge branch 'argued' into overgrown
This commit is contained in:
9
src/argued.c
Normal file
9
src/argued.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright (c) 2022–2024 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); }
|
||||
Reference in New Issue
Block a user