Files
learngo/x-tba/5-functions-2/03-project-example/main.go

13 lines
224 B
Go
Raw Normal View History

2019-04-11 23:50:22 +03:00
// 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/
//
2019-04-12 11:58:12 +03:00
package main
2019-04-11 23:50:22 +03:00
2019-04-12 11:58:12 +03:00
func main() {
2019-04-11 23:50:22 +03:00
}