-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Justin Tajchman edited this page Mar 29, 2023
·
1 revision
This page is just to get an idea about how wikis can be used for collaboration via comments, accepting changes from other contributors, etc.
This is some code that does nothing useful.
a := "hello-you"
b := strings.Replace(a, "you", "world", 1)
println(b)Pretty neat stuff!