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