Contenu du cours
Introduction à Golang
Introduction à Golang
1. Commencer
5. Tableaux et Tranches
Défi : Commentaires en Go
Tâche
Commentez l'instruction qui doit être affichée et décommentez l'instruction qui doit être affichée dans le code suivant.
index
package main import "fmt" func main() { fmt.Println("This sentence should not be outputted") //fmt.Println("This sentence should be outputted") }
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 9