import roll20.profile;
public class Profile {
public static void main(String[] args)
{
String experience = "played and been running tabletop for years. DnD 3.5, 5e, burning wheel";
System.out.println("dnd is still bad");
}
}