false.c - sbase - suckless unix tools
 (HTM) git clone git://git.suckless.org/sbase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       false.c (88B)
       ---
            1 /* See LICENSE file for copyright and license details. */
            2 int
            3 main(void)
            4 {
            5         return 1;
            6 }