diff options
author | WlodekM <[email protected]> | 2025-02-14 19:35:57 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-14 19:35:57 +0200 |
commit | 778b24d74f4763f46ea874a6777e39b794006c44 (patch) | |
tree | 7f9b131d0bce7e3c7898dbe18fd69cccd292afe7 /sbin | |
parent | a8cde132b0f2ff7d6c7a3616ad3e75a70af072b9 (diff) |
smolshel - works
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index ea64188..9f97918 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1 +1,2 @@ -//TODO \ No newline at end of file +//TODO +int main() {return 0;} \ No newline at end of file |