uwu/uwu.erl

6 lines
68 B
Erlang
Raw Normal View History

2021-08-07 18:04:22 +00:00
-module(uwu).
-compile(export_all).
uwu() ->
io:fwrite("uwu\n").