using System;
using System.Linq;
for(int i=1;i<10;i++){
Console.WriteLine(Guid.NewGuid().ToString().ToLower().Split('-').Last());
}