hello.java (234B)
- // SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- public class hello {
- public static void main(String[] args) {
- System.out.println("Hello World!");
- }
- }
git clone https://anongit.hacktivis.me/git/deblob.git/
hello.java (234B)
- // SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- // SPDX-License-Identifier: BSD-3-Clause
- public class hello {
- public static void main(String[] args) {
- System.out.println("Hello World!");
- }
- }