feat: lift runtime into language, start of zelus 2024 compatibility
This commit is contained in:
parent
dc8d941b84
commit
ffc583985a
37 changed files with 1154 additions and 143 deletions
10
exm/zelus/solve/main.ml
Normal file
10
exm/zelus/solve/main.ml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
open Std
|
||||
|
||||
let input () = ()
|
||||
let output () = flush stdout
|
||||
|
||||
let () =
|
||||
Runtime.parse_args ();
|
||||
Runtime.go_discrete input Time.main output
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue