hello.erl (206B)
- % SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- % SPDX-License-Identifier: BSD-3-Clause
- -module(hello).
- -export([main/1]).
- main(_) ->
- io:fwrite("Hello, World!\n").
git clone https://anongit.hacktivis.me/git/deblob.git/
hello.erl (206B)
- % SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- % SPDX-License-Identifier: BSD-3-Clause
- -module(hello).
- -export([main/1]).
- main(_) ->
- io:fwrite("Hello, World!\n").