mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Add /bin/false and /bin/true for fun. :^)
This commit is contained in:
parent
dc6f57f19c
commit
3faaa3e04a
Notes:
sideshowbarker
2024-07-19 18:38:39 +09:00
Author: https://github.com/awesomekling
Commit: 3faaa3e04a
6 changed files with 24 additions and 2 deletions
4
Userland/false.cpp
Normal file
4
Userland/false.cpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
int main()
|
||||
{
|
||||
return 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue