chore: Breaking the linkage

This commit is contained in:
Ed Page 2020-04-02 18:48:15 -05:00 committed by Ed Page
parent a543177d1a
commit 04837f0bfd
2 changed files with 0 additions and 31177 deletions

View file

@ -1,19 +0,0 @@
package main
import (
"fmt"
)
func printDict(dict []string) {
length := len(dict)
for i, word := range dict {
if i%2 == 0 && i != length {
fmt.Printf("%s,%s\n", word, dict[i+1])
}
}
}
func main() {
printDict(DictMain)
printDict(DictAmerican)
}

File diff suppressed because it is too large Load diff