分享

【Go语言入门100题】065 嫑废话上代码 (5 分) Go语言 | Golang

 小生凡一 2021-11-30

【题解】【PTA团体程序设计天梯赛】

L1-065 嫑废话上代码 (5 分) Go语言|Golang

Linux 之父 Linus Torvalds 的名言是:“Talk is cheap. Show me the code.”(嫑废话,上代码)。本题就请你直接在屏幕上输出这句话。

输入格式:

本题没有输入。

输出格式:

在一行中输出 Talk is cheap. Show me the code.

输入样例1:

结尾无空行

输出样例1:

Talk is cheap. Show me the code.

结尾无空行

思路:

代码如下:

package main

import "fmt"

func main() {
fmt.Printf("Talk is cheap. Show me the code.")
}

    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章