package org.sikuli.robot4sikulix; /** * Hello world! * */ public class Robot { public static void main( String[] args ) { System.out.println( "Robot4Sikulix: nothing to do here currently" ); } }