Files
learngo/x-tba/slices/exercises/_template/solution/main.go

12 lines
223 B
Go
Raw Normal View History

2019-03-04 20:30:18 +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/
//
package main
func main() {
}