Section3
This commit is contained in:
9
Section3/exercice1.go
Normal file
9
Section3/exercice1.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
a := 1
|
||||
b := 2
|
||||
fmt.Println(a, b)
|
||||
}
|
||||
Reference in New Issue
Block a user