Skip to content
Snippets Groups Projects
Commit 2a27bae6 authored by PaulRauser's avatar PaulRauser
Browse files

feat add printing format

parent a7dfb8c4
Branches main
No related tags found
No related merge requests found
package health
import "fmt"
func Echo(message string) string {
return message
s := fmt.Sprintf("Hallo, %s", message)
return s
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment