Browse Source

Fix eightqueens subject

pull/334/head
Augusto 5 years ago
parent
commit
b6b1e2aaa5
  1. 2
      subjects/eightqueens.en.md

2
subjects/eightqueens.en.md

@ -25,7 +25,7 @@ The solutions will be printed in ascending order.
### Expected function
```go
package main
package piscine
func EightQueens() {

Loading…
Cancel
Save