logo

deblob

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

hello.java (234B)


  1. // SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. public class hello {
  4. public static void main(String[] args) {
  5. System.out.println("Hello World!");
  6. }
  7. }