Created
July 15, 2022 19:46
-
-
Save nwillc/3aef3d2df86abe6e007864d2b2fd470b to your computer and use it in GitHub Desktop.
Go auto splat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fmt.Println(rotate(rotate(1, 2, 3))) | |
// output: 3 1 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment