ravirajsuddhala.spw
Newby
Joined: 01/11/2016 06:03:09
Messages: 33
Offline
|
Hi All,
I like to exectue below Sample HelloWorld program in SpagoBISDK.Could you please let me know the steps need to exectue.
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
Thanks,
Raviraj
|