updated readme

This commit is contained in:
Brian Seymour 2021-01-14 00:16:01 -06:00
parent 89be3703c6
commit 2bebceafb6
1 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,12 @@
## Piston ## Piston
Piston is the underlying engine for running untrusted and possibly malicious code that originates from Piston is a high performance general purpose code execution engine. It excels at running untrusted and
[EMKC Challenges](https://emkc.org/challenges) and possibly malicious code without fear from any harmful effects.
[EMKC Weekly Contests](https://emkc.org/contests). It's also used in the It's used in numerous places including
[EMKC Challenges](https://emkc.org/challenges),
[EMKC Weekly Contests](https://emkc.org/contests), the
[Engineer Man Discord Server](https://discord.gg/engineerman) via [Engineer Man Discord Server](https://discord.gg/engineerman) via
[I Run Code](https://github.com/engineer-man/piston-bot) bot as well as 1300+ other servers. [I Run Code](https://github.com/engineer-man/piston-bot) bot as well as 1300+ other servers
To get it in your own server, go here: https://emkc.org/run. and 100+ direct integrations. To get it in your own server, go here: https://emkc.org/run.
#### Use Public API #### Use Public API
Requires no installation and you can use it immediately. Reference the Versions/Execute sections Requires no installation and you can use it immediately. Reference the Versions/Execute sections