diff --git a/Basic_Level/0001.c b/Basic_Level/0001.c deleted file mode 100644 index 68fad8d69c97ab2ac68e2dfffa15ce7cb1113179..0000000000000000000000000000000000000000 --- a/Basic_Level/0001.c +++ /dev/null @@ -1,18 +0,0 @@ -#include -#include - - -int main() { - setbuf(stdout, NULL); - - - printf("%d", atoi("0")); - - - - // NOTE: Outputs - - - // NOTE: Ending - return 0; -} \ No newline at end of file diff --git a/Basic_Level/0002.c b/Basic_Level/0002.c deleted file mode 100644 index 68fad8d69c97ab2ac68e2dfffa15ce7cb1113179..0000000000000000000000000000000000000000 --- a/Basic_Level/0002.c +++ /dev/null @@ -1,18 +0,0 @@ -#include -#include - - -int main() { - setbuf(stdout, NULL); - - - printf("%d", atoi("0")); - - - - // NOTE: Outputs - - - // NOTE: Ending - return 0; -} \ No newline at end of file