summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--a.exebin66035 -> 0 bytes
-rw-r--r--color_test.c17
-rw-r--r--func_practice_1.c10
-rw-r--r--github_help.txt1
4 files changed, 0 insertions, 28 deletions
diff --git a/a.exe b/a.exe
deleted file mode 100644
index 3d26dd9..0000000
--- a/a.exe
+++ /dev/null
Binary files differ
diff --git a/color_test.c b/color_test.c
deleted file mode 100644
index 60b0b93..0000000
--- a/color_test.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdio.h>
-
-int main(){
- printf("\033[0;31m");
- printf("Red\n");
- printf("\033[1;31m");
- printf("Bold Red\n");
- printf("\033[0;32m");
- printf("Green\n");
- printf("\033[1;32m");
- printf("Bold Green\n");
- printf("\033[0;30m");
- printf("\033[47m");
- printf("???\n");
-
- return 0;
-}
diff --git a/func_practice_1.c b/func_practice_1.c
deleted file mode 100644
index 4af6fe4..0000000
--- a/func_practice_1.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-
-int sum(int[]);
-
-int main(){
- int my_num[] = {1, 2, 3};
- printf("The total is : %d", sum(my_num));
-}
-
-int sum(int x[])
diff --git a/github_help.txt b/github_help.txt
deleted file mode 100644
index 55f7df3..0000000
--- a/github_help.txt
+++ /dev/null
@@ -1 +0,0 @@
-to sign out of account: git credential-manager delete https://github.com