h
HytechSoft
Innovating
Intelligence
Run Code
Main.java
JDK 17.0
public class Main { public static void main(String[] args) { System.out.println("Hello, Hytechsoft Java Cloud!"); int a = 10; int b = 20; System.out.println("Sum of " + a + " and " + b + " is: " + (a + b)); } }
Console Output
Welcome to HytechSoft Java Runtime. Click "Run Code" to execute your program...
Execution: 0ms
Cloud Engine Ready