7 lines
64 B
V
7 lines
64 B
V
module main
|
|
|
|
import commands
|
|
|
|
fn main() {
|
|
commands.execute()
|
|
}
|