diff --git a/.gitignore b/.gitignore index adf8f72..5b18d79 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ # Go workspace file go.work +test diff --git a/test/main.go b/test/main.go deleted file mode 100644 index fdc951c..0000000 --- a/test/main.go +++ /dev/null @@ -1,12 +0,0 @@ -package main - -import ( - "fmt" -) - -func main() { - a := []int{1, 2, 3} - fmt.Println(a) - clear(a) - fmt.Println(a) -} diff --git a/test/test b/test/test deleted file mode 100755 index 919e7c5..0000000 Binary files a/test/test and /dev/null differ