Files
learngo/x-tba/5-functions-2/01-func-values/main.go
2019-04-12 11:58:12 +03:00

13 lines
224 B
Go

// For more tutorials: https://blog.learngoprogramming.com
//
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
package main
func main() {
}