Educative now supports Code Execution in the Browser

Authors can now enable Code Execution in Educative courses. Here's how to enable code execution in your courses.

widget

If you are itching to try out the feature yourself, here's a small java program. Try running it (free signup required for executing code on Educative).

public class Main {
public static void main(String[] args) {
// Prints "Hello, Code Execution!" to the terminal.
System.out.println("Hello, Code Execution!");
}
}

If you want to know more about how to create courses on Educative, try out our demo editor and visit our author page.