Update information

This commit is contained in:
1computer1 2019-03-13 00:58:43 -04:00
parent 19038ceca8
commit 1cc481c7af
2 changed files with 10 additions and 1 deletions

View file

@ -63,6 +63,7 @@ One of the following languages is set in `lang`.
- `py` Python (CPython 3.6.8)
- `hs` Haskell (GHC 8.4.3)
- `pas` Pascal (FPC 3.0.4)
- `go` Go (Go 1.12)
## Options
@ -80,6 +81,10 @@ For Haskell:
For Pascal:
- None
For Go:
- None
## Packages
Apart from the standard libraries, some other libraries come pre-installed.
@ -107,3 +112,6 @@ For Haskell:
For Pascal:
- None
For Go:
- None

View file

@ -31,6 +31,7 @@ class HelpCommand extends Command {
'- JavaScript',
'- Python',
'- Haskell',
'- Pascal',
'- Go',
'',
'Read the readme for more information: <https://github.com/1Computer1/comp_iler>'