/* additions to conf_chan.c for BBoards support */
/* 1. Add this structure after the definition for ch_sloc */
Chan ch_sbboards = {
'x', DLVRREG, "ch_bboards",
"BBoards", "bboards", "bboard
//add.Java
public class add
{
public static void main(String args[])
{
String s1= "This is the first string " +" test";
System.out.println("s1 ="+s1);
}
}