Files
learngo/15-arrays-project-clock/exercises/00-text/main.go

24 lines
431 B
Go
Raw Normal View History

2018-12-14 15:14:34 +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: Text
//
// 1. Text
//
// HINT
// Text
//
// EXPECTED OUTPUT
// Text
// ---------------------------------------------------------
func main() {
}