edu.mines.csci370.sjp.App Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tooling Show documentation
Show all versions of tooling Show documentation
Auto-generated Java stubs for Salesforce API.
The newest version!
package edu.mines.csci370.sjp;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}