+ 1
why it is not running in android what is the error in this code please tell me
package com.company; public class Main { public static void main (String args[]) { System.out.println("Hello World"); } }
2 odpowiedzi
+ 5
Packages are not supported here on sololearn. So you can remove that 1st line and execute it.
+ 1
thank u sir