Userspace: Add u8sum

This program caluculates the sum of bytes in file mod 256
This commit is contained in:
Bananymous
2023-06-12 20:36:16 +03:00
parent 5dcc53bcf2
commit d0a0e3bdef
3 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(USERSPACE_PROJECTS
ls
Shell
test
u8sum
yes
)