blob: 8cdb8bad409dc53b6bc0b2dfd1380d8f7be2dfc3 [file] [log] [blame]
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
public final class DevMain {
public static void main(String[] args) {
}
private DevMain() {
}
}