aboutsummaryrefslogtreecommitdiff
path: root/ball.c~
diff options
context:
space:
mode:
Diffstat (limited to 'ball.c~')
-rw-r--r--ball.c~11
1 files changed, 11 insertions, 0 deletions
diff --git a/ball.c~ b/ball.c~
new file mode 100644
index 0000000..bc026ff
--- /dev/null
+++ b/ball.c~
@@ -0,0 +1,11 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+void back(){
+ printf("\x1b[H")
+}
+
+int main(){
+
+
+}