import java.util.*;
import java.lang.*;
import java.io.*;

class Main {
    public static void main(String[] args) {
        int numero = 2 + 3;
        System.out.println(numero);
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: