using System.Collections.Generic;
public static class Program {
private static readonly List<string> words = new List<string> {
"school.", "asset.", "Congratulations", "and", "well", "to", "will", "fields", "you", "your", "done", "as",
"continue", "sure", "they", "that", "college.\n", "that", "in", "many", "high", "during", "job", "in", "great",
"done", "a", "Be", "lead", "great", "time", "I'm", "Christian", "curiosity", "sure", "to", "will", "just",
"Christian", "well", "Your", "is", "in", "Follow", "Marc", "a", "interest", "in", "you've", "truely",
"passions,", "college!", "doing", "those", "do", "so", "enjoy!", "that", "you'll", "so" };
Random rand = new Random(2021);
Console.WriteLine(string.Join(' ', Enumerable.Range(0, 150).Select(_ => rand.Next(60)).Distinct().