Hey all, this is my first post into what will hopefully be a fun adventure through programming and stuff.
namespace SeparateMyConcerns
{
using Xunit;
public class ProgrammingTests
{
[Fact]
public void Try_Me()
{
Assert.Equal(Patience.Low, new Me().CurrentPatience);
}
}
}