Le langage C#
« Le langage phare développé par Microsoft »

namespace HelloWorldApp { public class Program { public static void main(string[] args) { Board board = BoardManager.CreateBoard(10, 10); foreach(Cell cell in board) { if(cell.IsAlive) { Console.WriteLine("Look, this cell is alive"); } } } } }namespace HelloWorldApp { public class Program { public static void main(string[] args) { Board board = BoardManager.CreateBoard(10, 10); foreach(Cell cell in board) { if(cell.IsAlive) { Console.WriteLine("Look, this cell is alive"); } } } } }Si nous avons réussi à piquer votre curiosité et que vous souhaitez découvrir d'autres fiches thématiques :