Code snippets in multiple languages.
- JavaScript
- TypeScript
- C#
- Python
- Java
- Haskell
- SQL
- C
- Windows Batch
By Pedro Ivan Lopez.
- Node.js recent version
- Python >= 3
- LINQPad >= 5
- JDK >= 11.
- GCC
sudo apt install ghc
(WSL)
- Debugger for Java
- Java Extension Pack
- Language Support for Java(TM) by Red Hat
ms-python.python
File > Open Folder with Visual Studio Code, path of isolated directory of
(typically only 1) source code files 2020/<path>
.
Then just Run > Start Debugging.
If it fails search for existing launch.json
files and copy to your current
directory.
In WSL, just compile
$ ghc name_of_file.hs
And run
$ ./name_of_file
< awesome output >
...