if you want to print hello world or just hello i know how to do that code using java
class main{
public static void main(String[]args){
System.out.println("Hello World")
}
if you want only hello then inside print function write ony hello