Add uwu in OCaml

This commit is contained in:
sech1p 2021-07-25 21:21:28 +02:00
parent cf968d4237
commit 81e5bdc3cc
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ uwu in every programming language in the world
- [Javascript](uwu.js)
- [Lua](uwu.lua)
- [Nim](uwu.nim)
- [OCaml](uwu.ml)
- [Pascal](uwu.pas)
- [Perl](uwu.pl)
- [PHP](uwu.php)

1
uwu.ml Normal file
View File

@ -0,0 +1 @@
print_string "uwu\n";;