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 cf89b17 commit b1fb51aCopy full SHA for b1fb51a
project.go
@@ -1,5 +1,6 @@
1
package test
2
3
func Sum(a, b int) int {
4
+
5
return a + b
6
}
0 commit comments