Browse Source

yikes, spaces

master
Charles Reid 6 years ago
parent
commit
6a5d827185
  1. 8
      Readme.md

8
Readme.md

@ -28,10 +28,10 @@ import ( @@ -28,10 +28,10 @@ import (
)
func main() {
input := "AAAATGCGCTAGTAAAAGTCACTGAAAA"
k := 4
result, _ := rosalind.MostFrequentKmers(input, k)
fmt.Println(result)
input := "AAAATGCGCTAGTAAAAGTCACTGAAAA"
k := 4
result, _ := rosalind.MostFrequentKmers(input, k)
fmt.Println(result)
}
```

Loading…
Cancel
Save