📅  最后修改于: 2022-03-11 14:52:29.693000             🧑  作者: Mango
//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
}