sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

true.c (88B)


      1 /* See LICENSE file for copyright and license details. */
      2 int
      3 main(void)
      4 {
      5 	return 0;
      6 }