mirror of
git://git.suckless.org/sbase
synced 2024-12-22 15:04:53 +00:00
7 lines
88 B
C
7 lines
88 B
C
/* See LICENSE file for copyright and license details. */
|
|
int
|
|
main(void)
|
|
{
|
|
return 1;
|
|
}
|