tetris: add "module main"
parent
d80a3365c4
commit
55720e7f98
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by an MIT license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
module main
|
||||
|
||||
import rand
|
||||
import time
|
||||
import gx
|
||||
|
|
Loading…
Reference in New Issue