using System; public class Test{ public static void Main(){} public enum Mark { Empty, Cross, Circle } public static GameResult GetGameResult(Mark[,] field) { }}
Standard input is empty
prog.cs(14,16): error CS0246: The type or namespace name `GameResult' could not be found. Are you missing an assembly reference? Compilation failed: 1 error(s), 0 warnings
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!