“Once you know what failure feels like, determination chases success.” -Kobe Bryant
“Power is only given to those who are prepared to lower themselves to pick it up.” -Ragnar Lothbrok (Vikings)
class Hello
{
public static void main(String args[])
{
System.out.println("I am Mandeep Chera.");
}
}