Skip to content
Snippets Groups Projects
Commit c6ee0838 authored by Andreas Schmidt's avatar Andreas Schmidt :seedling:
Browse files

L14: hello world

parent 87a06faf
No related branches found
No related tags found
No related merge requests found
*.class
public class Main {
public static void main(String[] args) {
for (String s : args) {
System.out.println(s);
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment