logo

deblob

remove binary executables from a directory git clone https://anongit.hacktivis.me/git/deblob.git/

hello.erl (206B)


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