using System;
public class Hello
{
int hello = 5;
public int HR(){
hello = hello + 1;
return hello;
}