ThatDoug on Nostr: nprofile1q…734yy I programmed that for you, in c# no less. public class ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqu0lu65r5fk2k5y4yqm68x6rrgs3mpp5xqtwej3946tmqz0648tns9734yy (nprofile…34yy) I programmed that for you, in c# no less.
public class ProjectMgmtLLM
{
private static readonly Random random = new Random();
public static string GenerateRandomNumber() => random.Next(1, 3) switch
{
1 => "Are you done yet?",
2 => "How about now?",
_ => "Looks Good!",
};
}
public class ProjectMgmtLLM
{
private static readonly Random random = new Random();
public static string GenerateRandomNumber() => random.Next(1, 3) switch
{
1 => "Are you done yet?",
2 => "How about now?",
_ => "Looks Good!",
};
}