Execute SNUSP/Go: Difference between revisions

m
Fixed syntax highlighting.
(→‎{{header|Go}}: library change)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{implementation|SNUSP}}{{collection|RCSNUSP}}
Only Core SNUSP today. Fixed size data store, no bounds checking.
<langsyntaxhighlight lang="go">package main
 
import (
Line 92:
step()
}
}</langsyntaxhighlight>
Output:
<pre>
9,487

edits