yaa

Yet another addressbook
git clone https://codeberg.org/night0721/yaa
Log | Files | Refs | README | LICENSE

commit 68ea508f77df9551074f183393ad4e473a7df0ed
parent 064089c5323c2ad3369e9b1198579e8ed57d9143
Author: night0721 <[email protected]>
Date:   Fri, 17 May 2024 11:36:17 +0100

add template file

Diffstat:
Ayaa.c | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/yaa.c b/yaa.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int argc, char **argv) +{ + fprintf(stderr, "Usage: %s [-l]\n", argv[0]); + return 0; +}