@ -0,0 +1,5 @@
# k9core
minimalist coreutils
licensed under the vpl
@ -1,7 +1,6 @@
#include <unistd.h>
#include <stdio.h>
int
main() {
puts(getcwd(NULL, 0));