feat: simulation start
This commit is contained in:
parent
f90206e57e
commit
391e350315
18 changed files with 305 additions and 5 deletions
4
src/bin/main.ml
Normal file
4
src/bin/main.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
open Hsim.Types
|
||||
|
||||
let _x : 'a value = { start = 0.; length = 0.; u = (fun _ -> 0) }
|
||||
let () = print_endline "Hello, World!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue