Skip to content

e-ahmedwaleed/aoc-shortcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages