Browse Source

Merge pull request #334 from 01-edu/fix-8queensSubj

Fix eightqueens subject
pull/335/head
augusto-mantilla 5 years ago committed by GitHub
parent
commit
2813f02fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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