class EdsgerAI extends AIInfo
{
function GetAuthor() { return "Gustavo6046"; }
function GetName() { return "Edsger Bus"; }
function GetDescription() { return "An AI that uses Edsger W. Dijkstra's algorithm a lot: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm"; }
function GetVersion() { return 1; }
function GetDate() { return "2017-10-19"; }
function CreateInstance() { return "EdsgerMain"; }
function GetShortName() { return "Edsger"; }
function GetAPIVersion() { return "1.7.1"; }
}
RegisterAI(EdsgerAI());