#include <iostream>
using System;
using namespace std ;
public class Test
{
public static Main() : void
{
// your code goes here
cout<<"ifgj"<<endl;
}
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBTeXN0ZW07CnVzaW5nIG5hbWVzcGFjZSBzdGQgOyAKcHVibGljIGNsYXNzIFRlc3QKewoJcHVibGljIHN0YXRpYyBNYWluKCkgOiB2b2lkCgl7CgkJLy8geW91ciBjb2RlIGdvZXMgaGVyZQpjb3V0PDwiaWZnaiI8PGVuZGw7Cgl9Cn0=
prog.nem:1:9:1:9: error: unsupported preprocessing directive `include' at Nemerle.Compiler.LexerBase.parse_preprocessor () [0x00000]
at Nemerle.Compiler.LexerBase.eat_whitespace () [0x00000]
at Nemerle.Compiler.LexerFile.GetToken () [0x00000]
at Nemerle.Compiler.PreParser.get_token () [0x00000]
prog.nem:3:7:3:16: error: expected qualified identifier
prog.nem:3:17:3:20: error: expecting `;' or `='
prog.nem:1:10:1:11: error: parse error near operator `<': expecting expression
prog.nem:1:11:1:19: error: expected `;'
prog.nem:1:11:1:19: error: parse error near identifier `iostream': unexpected token after expression in sequence
prog.nem:2:1:2:14: error: parse error near using declaration: expecting expression
prog.nem:4:1:4:7: error: parse error near keyword `public': unexpected keyword in expression context
prog.nem:4:8:4:13: error: expected `;'
prog.nem:4:8:4:13: error: parse error near keyword `class': unexpected token after expression in sequence