This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-24 10:22:05 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f026f0f4bb
serenity
/
Userland
/
false.cpp
7 lines
64 B
C++
Raw
Normal View
History
Unescape
Escape
Build LibC and Userland with clang as well.
2018-11-09 14:29:00 +01:00
#
include
<sys/cdefs.h>
int
main
(
int
,
char
*
*
)
Add /bin/false and /bin/true for fun. :^)
2018-10-25 21:39:37 +02:00
{
return
1
;
}
Reference in a new issue
Copy permalink