You are viewing a single comment's thread. Return to all comments →
for(int i = 1; i <= n; i++) { char[] array = [..Enumerable.Repeat(' ', n-i), ..Enumerable.Repeat('#', i)]; Console.WriteLine(array); }
Seems like cookies are disabled on this browser, please enable them to open this website
Staircase
You are viewing a single comment's thread. Return to all comments →