Files
learngo/x-tba/2-structs/exercises/00-name/main.go

22 lines
394 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
// ---------------------------------------------------------
// EXERCISE: ??
//
//
// EXPECTED OUTPUT
//
//
// ---------------------------------------------------------
func main() {
}