import java.util.*;
import java.io.*;
class Main {
public static void main(String[] args) {
//String s;
if ((String s = "hallo").equals("hallo")) {
System.out.println(s);
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: