//This syntax is for those people who likes there code to be more fancy
public static void main(string[] args)
{
String praying = "Pray to the lord, no matter what time or effort";
System.out.println(praying);
}
//This syntax is just for standard nerds out there.
public static void main(string[] args) {
String praying = "Pray to the lord, no matter what time or effort";
System.out.println
}