Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rh12503 committed May 20, 2021
1 parent 066123d commit 1384dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func main() {
// Run the algorithm
for {
algo.Step()
github.com/RH12503/Triangula/.Println(algo.Stats().BestFitness)
fmt.Println(algo.Stats().BestFitness)
}
}

Expand Down

0 comments on commit 1384dd2

Please sign in to comment.