Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

devotional meaning

//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
}
 
PREVIOUS NEXT
Tagged: #devotional #meaning
ADD COMMENT
Topic
Name
7+7 =