C#

C# で素数列挙した -C# 勉強中

C#

C#の勉強中なので、まずは基本中の基本、素数の列挙をやりました。 もっとかっこよく書けるぞ!って人はコメントください。 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class…