This website requires JavaScript.
Explore
Help
Sign In
eliott
/
serenity
Watch
1
Star
0
Fork
0
You've already forked serenity
mirror of
https://github.com/SerenityOS/serenity
synced
2026-05-15 03:16:44 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c5eec9cbfc33aec8ec415c1911326be4b1e3adcd
serenity
/
Userland
/
false.cpp
Andreas Kling
3faaa3e04a
Add /bin/false and /bin/true for fun. :^)
2018-10-25 21:39:37 +02:00
5 lines
29 B
C++
Raw
Blame
History
int
main
(
)
{
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink