Add uwu in Erlang
This commit is contained in:
parent
24f4cb22e1
commit
ef29b7a044
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ uwu in every programming language in the world
|
|||
- [D](uwu.d)
|
||||
- [Dart](uwu.dart)
|
||||
- [Elixir](uwu.ex)
|
||||
- [Erlang](uwu.erl)
|
||||
- [Emacs Lisp](uwu.el)
|
||||
- [Emojicode](uwu.emojic)
|
||||
- [F#](uwu.fs)
|
||||
|
|
5
uwu.erl
Normal file
5
uwu.erl
Normal file
|
@ -0,0 +1,5 @@
|
|||
-module(uwu).
|
||||
-compile(export_all).
|
||||
|
||||
uwu() ->
|
||||
io:fwrite("uwu\n").
|
Loading…
Reference in a new issue