Initial commit

This commit is contained in:
Paul Schaub 2024-11-14 01:55:13 +01:00
commit 1d697eb682
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
18 changed files with 742 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package org.pgpainless;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}