Files
learngo/24-structs/exercises/00-name/solution/main.go

13 lines
224 B
Go
Raw Normal View History

2019-04-17 23:17:45 +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() {
}