aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/Main.java
blob: 97b5c4aace109ceaf7464aa90cf1950ab6193ed9 (plain)
1
2
3
4
5
6
7
8
9
10
package jcgp;

public class Main {
	
	public static void main(String[] args) {
		CGP cgp = new CGP();
		cgp.getClass();
			
	}
}