commit 36b73021b69f8cfca18286f083091df5d5206b69 parent ba25b37b958c1c06df4c1a5748dced7aedfbf8fd Author: call-cc <callcc@vxempire.xyz> Date: Mon, 1 Jun 2020 15:59:06 -0400 Add README Diffstat:
A | README.md | | | 5 | +++++ |
M | src/pwd.c | | | 1 | - |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -0,0 +1,5 @@ +# k9core + +minimalist coreutils + +licensed under the vpl diff --git a/src/pwd.c b/src/pwd.c @@ -1,7 +1,6 @@ #include <unistd.h> #include <stdio.h> - int main() { puts(getcwd(NULL, 0));