Skip to content
Permalink
89e058ea8f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
26 lines (22 sloc) 343 Bytes
package Main;
/**
* Just made this stuff to make sure Eclipse and GitHub are working correctly!!!!
*/
/**
* EUREKA!!!! IT WORKS!!!
*/
public class Main
{
/**
* Main Method
* @param args
*/
public static void main(String[] args)
{
System.out.print("Hello");
String s = " World!";
}
/**
* Joe is good to go!!!
*/
}