Skip to content
Snippets Groups Projects
Commit b3d0cf11 authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Initial Commit

parents
No related branches found
No related tags found
No related merge requests found
go.mod 0 → 100644
package joke
func GetJoke() string {
return "bla bla"
}
package witz
func GetWitz() string {
return "blubber"
}
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