Cod sursa(job #3278714)
Utilizator | Data | 20 februarie 2025 16:32:49 | |
---|---|---|---|
Problema | Heapuri cu reuniune | Scor | 0 |
Compilator | java | Status | done |
Runda | Arhiva educationala | Marime | 0.23 kb |
public class Main {
// Your program begins with a call to main().
// Prints "Hello, World" to the terminal window.
public static void main(String[] args)
{
System.out.println("Hello, World");
}
}