Conway's Game of Life: Difference between revisions

Content added Content deleted
(add Game of Life for Dart developed during Hackergarten Vienna)
m (add empty line in test code to improve readability)
Line 1,522: Line 1,522:
Test cases driving the design of this code:
Test cases driving the design of this code:
<lang dart>#import('<path to sdk>/lib/unittest/unittest.dart');
<lang dart>#import('<path to sdk>/lib/unittest/unittest.dart');

main() {
main() {
group('rules', () {
group('rules', () {