Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Created March 20, 2015 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyeshammadi/1c9c6cb79fab03a21134 to your computer and use it in GitHub Desktop.
Save ilyeshammadi/1c9c6cb79fab03a21134 to your computer and use it in GitHub Desktop.
Bonne nuit
package com.company;
public class Main {
public static void main(String[] args) {
System.out.println("bonne nuit ");
}
}
Copy link

ghost commented Mar 20, 2015

package com.company;
public static void main(String[] args) {
Main Main1 = new Main;
Main1.main();

}// XD compile moi sa

@ilyeshammadi
Copy link
Author

ERRUER

@ilyeshammadi
Copy link
Author

missing () in the main method expected Main1.main(args)

Copy link

ghost commented Mar 20, 2015

///hhhh
System.out.println("pressisez le type d'erreur ");

@ilyeshammadi
Copy link
Author

té con toute la journée ou tu dors la nuit ?

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