Page MenuHomePhabricator
Paste P1088

syntax.java
ActivePublic

Authored by dreiss on Mar 13 2014, 12:20 PM.
Tags
None
Referenced Files
F127804: syntax.java
Mar 13 2014, 12:20 PM
Subscribers
None
List<String> strings = getStrings();
for (String aString: strings) {
System.out.println(aString);
}

Event Timeline

dreiss changed the title of this paste from untitled to syntax.java.
dreiss updated the paste's language from autodetect to java.