Conway's Game of Life: Difference between revisions

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