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 3bb0a7f commit 511ecc4Copy full SHA for 511ecc4
main.go
@@ -22,3 +22,7 @@ var UnmarshalBuildGradle = func(content []byte) error {
22
log.Println(vers)
23
return nil
24
}
25
+
26
+func Sum(a, b int) int {
27
+ return a + b
28
+}
0 commit comments