writing int variable and writing and telling type of variable
This commit is contained in:
parent
0d564cc1dd
commit
f61d0df67b
1 changed files with 11 additions and 8 deletions
3
main.go
3
main.go
|
@ -16,4 +16,7 @@ func main() {
|
|||
|
||||
fmt.Println(vat_float)
|
||||
|
||||
vat_another := 25
|
||||
fmt.Println(vat_another)
|
||||
fmt.Printf("data type : %T\n", vat_another)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue