diff --git a/README.md b/README.md index d4c954ec..977cbc5e 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,13 @@ PBot supports [several shells and languages](doc/Factoids.md#supported-languages !sh echo Remember rot13? | tr a-zA-Z n-za-mN-ZA-M Erzrzore ebg13? + + !go package main\nimport "fmt"\nfunc main() { fmt.Print("foo" == "foo"); } true + + !python print('Hello there!') Hello there!