Last active
February 23, 2024 17:58
-
-
Save KevM/8bbcfceffe9d720f8641000e94a29dab to your computer and use it in GitHub Desktop.
wee
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
package wee | |
func Yippie(s string) { | |
log.Printf("yippie! %s". s) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment