test and resources check quest 09

This commit is contained in:
lee 2021-06-08 18:06:59 +01:00
parent 838da0190c
commit 14d51bd091
7 changed files with 41 additions and 0 deletions

View File

@ -40,3 +40,9 @@ $ go run .
[1 2 3 A B C a b c]
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)

View File

@ -46,3 +46,9 @@ false
true
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)

View File

@ -42,3 +42,9 @@ $ go run .
2
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)

View File

@ -35,3 +35,8 @@ $ go run . 1 "*" -1
-1
$
```
### Notions
- [Numeric Types](https://golang.org/ref/spec#Numeric_types)
- [Arithmetic Operators](https://golang.org/ref/spec#Arithmetic_operators)

View File

@ -34,3 +34,9 @@ $ go run .
123456
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)

View File

@ -48,3 +48,9 @@ true
false
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)

View File

@ -38,3 +38,9 @@ $ go run .
[false true true false true false]
$
```
### Notions
- [Function literals](https://golang.org/ref/spec#Function_literals)
- [Function declaration](https://golang.org/ref/spec#Function_declarations)
- [Function types](https://golang.org/ref/spec#Function_types)