Add README

This commit is contained in:
call-cc 2020-06-01 15:59:06 -04:00
parent ba25b37b95
commit 36b73021b6
2 changed files with 5 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# k9core
minimalist coreutils
licensed under the vpl

View File

@ -1,7 +1,6 @@
#include <unistd.h>
#include <stdio.h>
int
main() {
puts(getcwd(NULL, 0));