Files
learngo/15-arrays-project-clock/exercises/00-text/solution/main.go
2018-12-14 15:14:34 +03:00

12 lines
223 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() {
}