Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Herausforderung: Constants | Erste Schritte
Einführung in Golang
course content

Kursinhalt

Einführung in Golang

Einführung in Golang

1. Erste Schritte
2. Datentypen
3. Kontrollstrukturen
4. Funktionen
5. Arrays und Slices
6. Einführung in Strukturen & Maps

book
Herausforderung: Constants

Aufgabe

Deklarieren und initialisieren Sie eine Konstante namens myConst mit einem Wert von 17.

go

index

copy
1234567
package main import "fmt" func main() { ___ fmt.Println(myConst) // Should output 17 }

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 11
We're sorry to hear that something went wrong. What happened?
some-alt