mirror of https://github.com/micromata/borgbackup-butler.git

...
Kai Reinhard
08.40.2018 4f6306e702cf9fc77ea48a2d7307de39f5b11915
1
2
3
4
5
6
7
package de.micromata.borgbutler;
 
public class Main {
    public static void main(String[] args) {
        System.out.println("Hello world.");
    }
}