main.go 源码
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
// For more tutorials : https://learngoprogramming.com
// In-person training : https://www.linkedin.com/in/inancgumus/
// Follow me on twitter: https://twitter.com/inancgumus
package main
// ---------------------------------------------------------
// 练习: 问候 5 个人
//
// 这次问候 5 个人
//
// 不要从上一个练习中复制粘贴代码
//
// 限制
// 这次不要用变量
//
// 输入
// bilbo balbo bungo gandalf legolas
//
// 期望输出
// There are 5 people!
// Hello great bilbo !
// Hello great balbo !
// Hello great bungo !
// Hello great gandalf !
// Hello great legolas !
// Nice to meet you all.
// ---------------------------------------------------------
func main() {
// 在这写你的代码
}
你可能感兴趣的文章
go main
go main
go main
go main
go main
go Header
go main
go main
go main
go main