From 55720e7f98f3fe525a674eaafc077bf2123c77d7 Mon Sep 17 00:00:00 2001 From: iRedMail <2048991+iredmail@users.noreply.github.com> Date: Sat, 21 Sep 2019 00:05:14 +0800 Subject: [PATCH] tetris: add "module main" --- examples/tetris/tetris.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/tetris/tetris.v b/examples/tetris/tetris.v index 13cecc4346..ce99fc7534 100644 --- a/examples/tetris/tetris.v +++ b/examples/tetris/tetris.v @@ -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