Skip to content

Commit ec8dffa

Browse files
committed
multiple print statements
1 parent 8401eac commit ec8dffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fundamentels/first.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import(
1414

1515
func main() {
1616
fmt.Println("!... Hello World ...!")
17+
fmt.Println("1 + 1 =", 1+1)
1718
}
1819

1920
// In the above lines of code we have:

0 commit comments

Comments
 (0)