<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS5001</ErrorName>
  <Examples>
    <string>// CS5001: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
// Line: 0

using System;
using System.Collections;

namespace Butt {
}

</string>
  </Examples>
</ErrorDocumentation>