#include "../check.h" #include #include int main(int argc, char *argv[]) { check_file_exists("/hello.txt"); check_dir_entry_size("/", 1); return 0; }