public class BattleshipMain{
public static void main(String[] args){
Battleship game = new Battleship;
game.ausgabe();
}