blob: a4d81c7523d34b18648f1c79e66c52183be7fb76 [file] [log] [blame]
root451c1582025-04-20 06:46:16 +00001package api;
2public class ApiMain{
3 public static void main(String args[])
4 {
5 System.out.println("Hello World");
Raver56634192025-04-26 15:49:30 +00006 System.out.println("Hello World by Raver");
root451c1582025-04-20 06:46:16 +00007 }
8}