Advertisement
IvoB1n

Untitled

Nov 18th, 2020
1,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.10 KB | None | 0 0
  1. //
  2. package main
  3.  
  4. func alpha(a float64, b int)(int,int){
  5.     return 24 , 69
  6. }
  7.  
  8. func main () {
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement