Compilation error (line 3, col 1): Member modifier 'public' must precede the member type and name
Compilation error (line 3, col 14): Missing partial modifier on declaration of type 'Program'; another partial declaration of this type exists
Compilation error (line 5, col 21): The entry point of the program is global code; ignoring 'Program.Main()' entry point.
Compilation error (line 1, col 1): The type or namespace name 'eusing' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 1, col 8): The variable 'System' is declared but never used
Compilation error (line 7, col 3): The name 'Console' does not exist in the current context