index
:
test-repo
this commit
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
subtractions
/
subtractions.go
blob: 4949d218e1a437cea44c4ff6128495baaf761703 (
plain
) (
blame
)
1
2
3
4
5
package
subtractions
func
subtractNumbers
(
x
int
,
y
int
)
int
{
return
x
-
y
}