Base:
Insert one of these following lines for detecting the computer languages used
You can find the language packages here
2. Usage: Put our source code between
3. For example
public class Main {
public static main(String args[]) {
System.out.printf("hello world\n");
}
}
public class Main {
public static main(String args[]) {
System.out.printf("hello world\n");
}
}
No comments:
Post a Comment