Added a resource as a playground - an Educational Visual CPU Simulator (#6712)

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update more/free-programming-playgrounds.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Give credits to authors and set resources format

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
pull/6713/head
renatomario 2022-02-10 18:03:53 +01:00 committed by GitHub
parent 82cdf70188
commit 7e21b38fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
### Index
* [APL](#apl)
* [Assembly](#assembly)
* [C](#c)
* [C#](#csharp)
* [C++](#cpp)
@ -54,6 +55,11 @@
* [TryAPL Mini](https://janiczek.github.io/tryapl-elm)
### Assembly
* [Educational Visual CPU Simulator](https://github.com/Belotti01/CPU-Visual-Simulator) - Renato Cortinovis, Nicola Preda, Jonathan Cancelli, Alessandro Belotti, Davide Riva (JAVA, JAR)
### <a name="c"></a>C
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)