+ 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"); } }

27th Aug 2021, 10:00 PM
Zeeshan Umer
Zeeshan Umer - avatar
2 odpowiedzi
+ 5
Packages are not supported here on sololearn. So you can remove that 1st line and execute it.
27th Aug 2021, 10:13 PM
Avinesh
Avinesh - avatar
+ 1
thank u sir
27th Aug 2021, 10:15 PM
Zeeshan Umer
Zeeshan Umer - avatar