Browse Source

removing one last todo-link

content-update
lee 4 years ago committed by Xavier Petit
parent
commit
c43125822c
  1. 4
      subjects/reverse.en.md
  2. 2
      subjects/ultimatepointone.fr.md

4
subjects/reverse.en.md

@ -22,8 +22,8 @@ Write a function that reverses the list and returns pointer/reference to new lin
package main
type NodeAddL struct {
Next *NodeAddL
Num int
Next *NodeAddL
Num int
}
func Reverse(node *NodeAddL) *NodeAddL {

2
subjects/ultimatepointone.fr.md

@ -14,7 +14,7 @@ func UltimatePointOne(n ***int) {
### Utilisation
Voici un éventuel [programme](TODO-LINK) pour tester votre fonction :
Voici un éventuel programme pour tester votre fonction :
```go
package main

Loading…
Cancel
Save