Skip to content
Justin Tajchman edited this page Mar 29, 2023 · 1 revision

Test wiki

This page is just to get an idea about how wikis can be used for collaboration via comments, accepting changes from other contributors, etc.

Example code block

This is some code that does nothing useful.

a := "hello-you"
b := strings.Replace(a, "you", "world", 1)
println(b)

Pretty neat stuff!

Clone this wiki locally