public class AutoCopV1 {

    public static void main(String[] args) {
        System.out.println("Hi! Welcome to AutoCop V1.0");
    }// End of main
}// End of AutoCopV1
