java-ascii-game/src/Main.java

9 lines
294 B
Java

import processing.core.PApplet;
// Press Shift twice to open the Search Everywhere dialog and type `show whitespaces`,
// then press Enter. You can now see whitespace characters in your code.
public class Main {
public static void main(String[] args) {
PApplet.main("Fenster");
}
}