Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
d2db82c08bfb46d53a7f4ee6acb21139d7a91140
/
.
/
examples
/
go
/
default.go
blob: 3238bce7b6a1d8380660a79534a83bb3c78d2f90 [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
// Your function name should start with a capital letter.
package main
func Square(x int) int {
return x * x
}
func main() {}