-
Notifications
You must be signed in to change notification settings - Fork 10
Run your code with Neil.js
1. This command needs to be triggered by typing /run
in the message box. Not only this but all Neil.js commands are slash commands, i.e, they can be triggered by a forward slash /
2. Navigate through available languages using your mouse or arrows. Select a language by mouse or by pressing Tab
/ Enter
. Send the message after selection
You should get a message from Neil.js now, prompting you to send code.
3. Send your code enclosed in a code block(enclosed with 3 backticks `
) in the format shown below. Beware backticks should be on a new line for proper formatting
![]() |
![]() |
![]() |
---|
Python code sample:
[Optional] You can also add syntax highlighting with colors by appending first line of backticks with file extension of that language. Improves readability as shown below...
Finally, send your code, Neil.js will reply with output almost instantly!
Currently available languages:
- C
- C++
- Java
- JavaScript (Node)
- Python
- SQL (Sqlite)
- TypeScript