Skip to content

Commit d43dc48

Browse files
author
Rajeev Kumar Singh
committed
cleanup
1 parent 476d86f commit d43dc48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

07-packages/main/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
func main() {
1111
// Finding the Max of two numbers
1212
fmt.Println(math.Max(73.15, 92.46))
13-
13+
1414
// Calculate the square root of a number
1515
fmt.Println(math.Sqrt(225))
1616

File renamed without changes.

0 commit comments

Comments
 (0)