9 lines
294 B
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");
|
|
}
|
|
} |