Initial commit

This commit is contained in:
2025-12-02 22:47:22 +01:00
commit 76a4e13a78
2 changed files with 33 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# ---> OCaml
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log
# Merlin configuring file for Vim and Emacs
.merlin
# Dune generated files
*.install
# Local OPAM switch
_opam/

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# aoc25_ocaml