namespace CSharpOnly { class CSharpOnly { public static void Main(string[] args) { int val = Lib1.getResult(); return; } } }