Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Défi : Commentaires en Go | Commencer
Introduction à Golang

bookDé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.go

index.go

copy
1234567
package main import "fmt" func main() { fmt.Println("This sentence should not be outputted") //fmt.Println("This sentence should be outputted") }

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 9

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Awesome!

Completion rate improved to 1.96

bookDéfi : Commentaires en Go

Glissez pour afficher le menu

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.go

index.go

copy
1234567
package main import "fmt" func main() { fmt.Println("This sentence should not be outputted") //fmt.Println("This sentence should be outputted") }

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 9
some-alt