|
@ -13,9 +13,7 @@ namespace VanityGenerator |
|
|
class Program |
|
|
class Program |
|
|
{ |
|
|
{ |
|
|
private static readonly Channel<(string, string)> Found = Channel.CreateUnbounded<(string, string)>(); |
|
|
private static readonly Channel<(string, string)> Found = Channel.CreateUnbounded<(string, string)>(); |
|
|
|
|
|
static void Main(string[] args) |
|
|
|
|
|
|
|
|
static async Task Main(string[] args) |
|
|
|
|
|
{ |
|
|
{ |
|
|
var toMatch = new List<string>(); |
|
|
var toMatch = new List<string>(); |
|
|
while (true) |
|
|
while (true) |
|
|