feat: simulation start

This commit is contained in:
Henri Saudubray 2025-04-15 15:32:26 +02:00
parent f90206e57e
commit 391e350315
Signed by: hms
GPG key ID: 7065F57ED8856128
18 changed files with 305 additions and 5 deletions

4
src/bin/main.ml Normal file
View file

@ -0,0 +1,4 @@
open Hsim.Types
let _x : 'a value = { start = 0.; length = 0.; u = (fun _ -> 0) }
let () = print_endline "Hello, World!"