Mandelbrot

This commit is contained in:
rnentjes
2016-05-21 17:57:55 +02:00
commit b9a2210d31
8 changed files with 24273 additions and 0 deletions

12
mandelbrot.iml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaScript" level="project" />
</component>
</module>