Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 5a8b6d5

Browse files
committed
remove .class, add new md
1 parent 960aab2 commit 5a8b6d5

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/out
2-
**/.idea
2+
**/.idea
3+
**/*.class

ConWaysGame/manual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Manual
Binary file not shown.
-388 Bytes
Binary file not shown.

ConWaysGame/tests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Tests
2+

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Env
2+
3+
### Using Nix
4+
5+
```bash
6+
nix-shell --command 'idea-ultimate'
7+
```

0 commit comments

Comments
 (0)