aboutsummaryrefslogtreecommitdiff
path: root/six.go
diff options
context:
space:
mode:
Diffstat (limited to 'six.go')
-rw-r--r--six.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/six.go b/six.go
deleted file mode 100644
index 646313d..0000000
--- a/six.go
+++ /dev/null
@@ -1,25 +0,0 @@
-package main
-
-import (
- "io/ioutil"
- "os"
-)
-
-func main() {
- if len(os.Args) < 2 {
- panic("runtime error: missing operand")
- }
- file, err := ioutil.ReadFile(os.Args[1])
- if err != nil {
- panic(err)
- }
-
- for i := 0
-}
-
-func orbits(planet string) []string {
-
- var chain []string
-
- return chain
-}