uwu/uwu.erl

6 lines
68 B
Erlang

-module(uwu).
-compile(export_all).
uwu() ->
io:fwrite("uwu\n").