Datasets:
ArXiv:
License:
| package torea; | |
| /** | |
| * Hello world! | |
| * | |
| */ | |
| public class App | |
| { | |
| public static void main( String[] args ) | |
| { | |
| System.out.println( "Hello World!" ); | |
| } | |
| } | |