Initial commit

This commit is contained in:
Nickiel 2024-02-20 17:45:04 -08:00
commit f59f9fbfcc
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 @@
# OCaml-Learning