Class MandelbrotSetApplication
java.lang.Object
org.woehlke.computer.kurzweil.mandelbrot.MandelbrotSetApplication
public class MandelbrotSetApplication
extends java.lang.Object
Mandelbrot Set drawn by a Turing Machine.
(C) 2006 - 2015 Thomas Woehlke.
https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
- Author:
- Thomas Woehlke
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Starting the Application.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
main
public static void main(java.lang.String[] args)Starting the Application.- Parameters:
args
- CLI Parameter
-