Skip to content

Commit 03e7a38

Browse files
committed
Removing the emoji for Conway's Game of Life
1 parent c545104 commit 03e7a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ StencilStream also features a fully functional CPU backend for functional evalua
4747

4848
We have implemented multiple example applications to show the capabilities of StencilStream in terms of simplicity, expressiveness, and performance. One is a simple sketch to show how to get started, two are common stencil code benchmark, and two are proper applications that use StencilStream's advanced features. They are presented in the following:
4949

50-
## 🧬 Conway's Game of Life
50+
## Conway's Game of Life
5151

5252
Our implementation of Conway's Game of Life is found in the subfolder [examples/conway](examples/conway/). It reads in the current state of a grid from standard-in, computes a requested number of iterations, and then writes it out again.
5353

0 commit comments

Comments
 (0)