Execute SNUSP/Go: Difference between revisions

Content added Content deleted
(Go solution)
 
(→‎{{header|Go}}: library change)
Line 32: Line 32:


// make 2 dimensional instruction store, declare instruction pointers
// make 2 dimensional instruction store, declare instruction pointers
is := strings.Split(raw, "\n", -1)
is := strings.Split(raw, "\n")
var ipr, ipc int
var ipr, ipc int