bnjm.dev


/


                            -module(bnjm_dev).

                            -export([main/1]).

                            main(_Args) ->
                            io:format("hello world~n"),
                            erlang:halt(0).