mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
README.md: separator between examples
This commit is contained in:
parent
ec52b1d9ec
commit
9775a9b920
@ -174,9 +174,13 @@ PBot supports [several shells and languages](doc/Factoids.md#supported-languages
|
|||||||
<pragma-> !sh echo Remember rot13? | tr a-zA-Z n-za-mN-ZA-M
|
<pragma-> !sh echo Remember rot13? | tr a-zA-Z n-za-mN-ZA-M
|
||||||
<PBot> Erzrzore ebg13?
|
<PBot> Erzrzore ebg13?
|
||||||
|
|
||||||
|
<!-- -->
|
||||||
|
|
||||||
<nil> !go package main\nimport "fmt"\nfunc main() { fmt.Print("foo" == "foo"); }
|
<nil> !go package main\nimport "fmt"\nfunc main() { fmt.Print("foo" == "foo"); }
|
||||||
<PBot> true
|
<PBot> true
|
||||||
|
|
||||||
|
<!-- -->
|
||||||
|
|
||||||
<pragma-> !python print('Hello there!')
|
<pragma-> !python print('Hello there!')
|
||||||
<PBot> Hello there!
|
<PBot> Hello there!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user