Add uwu in Haskell

This commit is contained in:
sech1p 2021-07-25 02:17:20 +02:00
parent 1489e58f45
commit be5e0ade75
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ uwu in every programming language in the world
- [Bourne shell (sh)](uwu.sh)
- [C](uwu.c)
- [C++](uwu.cpp)
- [Haskell](uwu.hs)
- [Javascript](uwu.js)
- [Nim](uwu.nim)
- [Pascal](uwu.pas)

1
uwu.hs Normal file
View File

@ -0,0 +1 @@
main = putStrLn "uwu"