aboutsummaryrefslogtreecommitdiffstats
path: root/exercises/functions/functions1/main.go
blob: 9ad8e8adebd5a2cfa9911cb441ab60136d68cd40 (plain)
1
2
3
4
5
6
7
8
9
// functions1
// Make me compile!

// I AM NOT DONE
package main

func main() {
	call_me()
}