Section3
This commit is contained in:
11
Section2/application_structure/main.go
Normal file
11
Section2/application_structure/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
const secondsInHour = 3600
|
||||
|
||||
func main(){
|
||||
fmt.Println("Hello Go World!!")
|
||||
distance := 60.8
|
||||
fmt.Printf("the distance in miles is %f \n", distance * 0.621)
|
||||
}
|
||||
Reference in New Issue
Block a user