using System;
using Fare;
public class Program
{
public static void Main()
// Example regex pattern
string pattern = @"^path/to/file/a\.txt$";
// Create a Xeger instance with the regex pattern
Xeger xeger = new Xeger(pattern, new Random());
// Generate example matching input
string example = xeger.Generate();
// Print the example
Console.WriteLine(example);
}