Section3
This commit is contained in:
13
Section3/exercice6.go
Normal file
13
Section3/exercice6.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
SayHello()
|
||||
}
|
||||
func SayHello() {
|
||||
fmt.Println("Hello package v1.0.0!")
|
||||
|
||||
var x int = 10
|
||||
_ = x
|
||||
}
|
||||
Reference in New Issue
Block a user