package co.paralleluniverse.galaxy.example.testing; /** * * @author pron */ public class Peer2 { public static void main(String[] args) throws Exception { new PeerTKB("grid1", 2).run(); } }