sbase/true.c
Connor Lane Smith 8e26716a5a initial commit
2011-05-23 02:36:34 +01:00

9 lines
120 B
C

/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
int
main(void)
{
return EXIT_SUCCESS;
}