This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-10 13:00:29 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
487f9b373b
ladybird
/
Userland
/
true.cpp
7 lines
64 B
C++
Raw
Normal View
History
Unescape
Escape
Build LibC and Userland with clang as well.
2018-11-09 16:29:00 +03:00
#
include
<sys/cdefs.h>
int
main
(
int
,
char
*
*
)
Add /bin/false and /bin/true for fun. :^)
2018-10-25 22:39:37 +03:00
{
return
0
;
}
Reference in New Issue
Copy Permalink