e-ahmedwaleed / aoc-shortcode

A Plugin for the AOC online compiler for Java, C++, C, Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOC Online Compiler - Wordpress shortcode

Main Project: https://github.com/Mohamed99ayman/Online-Compiler

Use Case

shortcode :

[aoc_embed lang="java"]
// Online Java compiler to run Java online.
// Write Java code in this online editor and run it.


//Don't change class name 
class MainClass {
    public static void main(String args[] ) throws Exception {
        System.out.println("Hello World!");
    }
}
[/aoc_embed]

Result:

picture alt

Download

Go to realeases page: https://github.com/EngAhmedWaleed/AOC-Shortcode/releases/tag/1.0.0

About

A Plugin for the AOC online compiler for Java, C++, C, Python.


Languages

Language:PHP 100.0%