mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
import processing.core.*;
|
|
import processing.data.*;
|
|
import processing.event.*;
|
|
import processing.opengl.*;
|
|
|
|
import java.util.HashMap;
|
|
import java.util.ArrayList;
|
|
import java.io.File;
|
|
import java.io.BufferedReader;
|
|
import java.io.PrintWriter;
|
|
import java.io.InputStream;
|
|
import java.io.OutputStream;
|
|
import java.io.IOException;
|
|
|
|
public class CustomObj extends PApplet {
|
|
|
|
public static void main(String[] argv) {
|
|
|
|
System.out.println("here");
|
|
|
|
}
|
|
|
|
}
|