Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katyanna authored Sep 20, 2018
1 parent 287819e commit 194b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
The game of life become very famous soon after it's creation. Many become fascinated by the fact that the very simple rules that the cells operate under could create order out of chaos and that so complicated patterns could evolve. When home computers become popular soon after the game was published, a lot of implementations become available and the game become a popular screen server."
Source: (https://conwaysgameoflife.appspot.com/)

###Run with
## Run with
```gcc -std=c99 main.c; ./a.out```

0 comments on commit 194b334

Please sign in to comment.