This commit is contained in:
Jaka Furlan 2025-12-07 20:13:19 +01:00
parent 586a58fd94
commit c707e3253c
53 changed files with 500 additions and 27 deletions

30
ass2/.gitignore vendored
View file

@ -1,16 +1,16 @@
# Dune build artifacts
**/_build/
**/_install/
# OCaml compiled files
*.cm[iox]
*.o
*.a
*.so
*.exe
*.cmi
*.cmo
*.cmx
# OCaml package manager / opam
# Dune build artifacts
**/_build/
**/_install/
# OCaml compiled files
*.cm[iox]
*.o
*.a
*.so
*.exe
*.cmi
*.cmo
*.cmx
# OCaml package manager / opam
*.opam.locked