push all exercices
This commit is contained in:
11
ch2/2/ch2_2.go
Normal file
11
ch2/2/ch2_2.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
const value = 15
|
||||
var i int = value
|
||||
var f float64 = value
|
||||
fmt.Println(i)
|
||||
fmt.Println(f)
|
||||
}
|
||||
Reference in New Issue
Block a user