Skip to content

Commit 8d441d4

Browse files
committed
find_the_highest_altitude_1732: fix package name
1 parent 69e1354 commit 8d441d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

find_the_highest_altitude_1732/solution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package template
1+
package find_the_highest_altitude_1732
22

33
import "math"
44

find_the_highest_altitude_1732/solution_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package template
1+
package find_the_highest_altitude_1732
22

33
import "testing"
44

0 commit comments

Comments
 (0)