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
// ---------------------------------------------------------
// 练习:打印您的全名
//
// 1. 从命令行获取您的名字和姓氏
// 2. 使用 Printf 打印它们
//
// 输入示例
// Inanc Gumus
//
// 期望输出
// Your name is Inanc and your lastname is Gumus.
// ---------------------------------------------------------
func main() {
// 额外: 使用一个变量存打印格式
}
你可能感兴趣的文章
go main
go main
go main
go main
go main
go Header
go main
go main
go main
go main