This website requires JavaScript.
Explore
Help
Sign In
torjus
/
peckertest
Watch
1
Star
0
Fork
0
You've already forked peckertest
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
9f7413d9d8
peckertest
/
internal
/
internal.go
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-01-10 12:02:45 +00:00
package
internal
func
Add
(
a
,
b
int
)
int
{
return
a
+
b
}
Add sub
2022-01-10 12:12:13 +00:00
func
Sub
(
a
,
b
int
)
int
{
return
a
-
b
}
Reference in New Issue
Copy Permalink