Execute SNUSP/Go: Difference between revisions

Content added Content deleted
m (Mwn3d moved page RCSNUSP/Go to Execute SNUSP/Go: Task changed names)
m (Fixed syntax highlighting.)
 
Line 1: Line 1:
{{implementation|SNUSP}}{{collection|RCSNUSP}}
{{implementation|SNUSP}}{{collection|RCSNUSP}}
Only Core SNUSP today. Fixed size data store, no bounds checking.
Only Core SNUSP today. Fixed size data store, no bounds checking.
<lang go>package main
<syntaxhighlight lang="go">package main


import (
import (
Line 92: Line 92:
step()
step()
}
}
}</lang>
}</syntaxhighlight>
Output:
Output:
<pre>
<pre>