Skip to content
Snippets Groups Projects
Commit d5e7ce7f authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent b55bf7de
No related branches found
No related tags found
No related merge requests found
``` ```ruby
func changeB(a:String, b: inout String) { func changeB(a:String, b: inout String) {
b = "\(a)\(b)" b = "\(a)\(b)"
} }
...@@ -95,3 +95,4 @@ switch sr { ...@@ -95,3 +95,4 @@ switch sr {
print("default") print("default")
} }
``` ```
{: .language-go}
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