uwu/uwu.erl
2021-08-07 20:04:22 +02:00

6 lines
68 B
Erlang

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