提交 1e4b2b34 编写于 作者: 麻凡_'s avatar 麻凡_

新增第一章题目

上级 2ed3179a
......@@ -3,9 +3,6 @@
## 答案
goland
## 选项
```go
package main
......@@ -15,6 +12,9 @@ func main() {
}
```
## 选项
### A
```go
......
{
"type": "code_options",
"author": "dengmengmian",
"source": "var.md",
"notebook_enable": false
}
\ No newline at end of file
# 变量
声明字符串变量,下面语法正确的是:
## 答案
`var name string`
## 选项
### A
```go
var string name
```
### B
```go
var String name
```
### C
```go
var name String
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册