File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- Changelog -->
22# Changelog
33
4- ## v1.1.2
4+ ## v1.1.3
55
66### Added or Changed
7- - Support for python
8-
9- Smart python version detector, just do `run file.py` crunner will detect which version of python to use.
10-
11- - New modes: persistent and compile
12-
13- `persistent`: keeps the executable and cache files which it deletes by default after execution of prorgram.
14-
15- `compile`: only compiles the code, doesn't run it.
7+ - Support for JAVA.
8+ - Smart code blocks
9+ - list supported languages argument
10+ Now do `run ll` or `run --list-langs` to see all the supported langs in your version
Original file line number Diff line number Diff line change @@ -176,18 +176,13 @@ Don't forget to give the project a star! Thanks again!
176176<!-- Changelog -->
177177# Changelog
178178
179- ## v1.1.2
179+ ## v1.1.3
180180
181181### Added or Changed
182- - Support for python
183-
184- Smart python version detector, just do `run file.py` crunner will detect which version of python to use.
185-
186- - New modes: persistent and compile
187-
188- `persistent`: keeps the executable and cache files which it deletes by default after execution of prorgram.
189-
190- `compile`: only compiles the code, doesn't run it.
182+ - Support for JAVA.
183+ - Smart code blocks
184+ - list supported languages argument
185+ Now do `run ll` or `run --list-langs` to see all the supported langs in your version
191186
192187<p align =" right " >(<a href =" #top " >back to top</a >)</p >
193188
You can’t perform that action at this time.
0 commit comments