Skip to content

Instantly share code, notes, and snippets.

@PramodDutta
Created October 3, 2024 00:47
Show Gist options
  • Save PramodDutta/37ae4abdebbbcf5cc2fa2b74aa78c522 to your computer and use it in GitHub Desktop.
Save PramodDutta/37ae4abdebbbcf5cc2fa2b74aa78c522 to your computer and use it in GitHub Desktop.
Doubt regarding the Hello World
package Oct.ex_02102024_MainMethod;
public class Lab001 {
public static void main(String[] args){
System.out.println("Hello World!");
System.out.println("pramod");
}
}
@PramodDutta
Copy link
Author

public class Lab001 {
public static void main(String[] args){
System.out.println("Hello World!");
System.out.println("pramod");
}
}

Fix this

@vijaya608
Copy link

Indentation error

@vijaya608
Copy link

Strings class not String

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment