Skip to content

Commit b85fb41

Browse files
committed
John Conway Game of Life simulator - Version 1.0
1 parent a6a50c6 commit b85fb41

File tree

4 files changed

+657
-2
lines changed

4 files changed

+657
-2
lines changed

.buildpath

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="src" path=""/>
4+
<buildpathentry kind="con" path="com.intersystems.atelier.core.SERVER_CONTAINER/ENS2017v2/TRABAJO20172"/>
5+
</buildpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>JustForFun</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.intersystems.atelier.core.validator</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>com.intersystems.atelier.core.nature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)