RCRPG/Go: Difference between revisions

m
Fixed syntax highlighting.
(library changes)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|RCRPG}}
<langsyntaxhighlight lang="go">package main
 
import (
Line 679 ⟶ 680:
g := new(Game).Initialize()
g.Run()
}</langsyntaxhighlight>
9,476

edits