vss/main.v

8 lines
64 B
Coq
Raw Normal View History

2022-08-13 14:44:21 +02:00
module main
import commands
fn main() {
commands.execute()
}