diff --git a/README.md b/README.md new file mode 100644 index 0000000..e749a24 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# k9core + +minimalist coreutils + +licensed under the vpl diff --git a/src/pwd.c b/src/pwd.c index 57943db..a5c5919 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -1,7 +1,6 @@ #include #include - int main() { puts(getcwd(NULL, 0));