yaa

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

yaa.c (120B)


      1 #include <stdio.h>
      2 
      3 int main(int argc, char **argv)
      4 {
      5     fprintf(stderr, "Usage: %s [-l]\n", argv[0]);
      6     return 0;
      7 }