hautils
[hare] Set of POSIX utilities
Log
|
Files
|
Refs
|
README
|
LICENSE
false.ha (46B)
1
use os;
2
3
export fn main() void = os::exit(1);