We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49886d commit f424114Copy full SHA for f424114
2024/01/main.go
@@ -1,3 +1,4 @@
1
+// Package main
2
package main
3
4
import (
internal/inputs/inputs.go
+// Package inputs contains functions used to parse input data
package inputs
internal/math/math.go
+// Package math contains commonly used mathematical functions
package math
// Abs takes an int and returns the absolute value
0 commit comments