Type Gocools

Level 1

Typing Novice

Total XP: 0

Games Played: 0

0 XP100 XP to next level

Go Basics

Learn Go syntax, goroutines, and concurrent programming

intermediate
package main import "fmt" func main() { fmt.Println("Hello, World!") message := "Go is awesome" fmt.Println(message) numbers := []int{1, 2, 3, 4, 5} sum := 0 for _, num := range numbers { sum += num } fmt.Println("Sum:", sum) }
Progress: 0/227 characters
Ready to start
`
1
2
3
4
5
6
7
8
9
0
-
=
Bac
Tab
q
w
e
r
t
y
u
i
o
p
[
]
\
Cap
a
s
d
f
g
h
j
k
l
;
'
Ent
Shi
z
x
c
v
b
n
m
,
.
/
Shi
Ctr
Alt
Alt
Ctr
Next Key