1
0
mirror of synced 2025-06-18 04:37:32 +02:00

Fixes #20, Adding Serverless Support.

Allows you to run nothing everywhere.
This commit is contained in:
Elson Rodriguez 2018-02-06 17:05:08 -08:00
parent c46f06e642
commit 708806b38b

View File

@ -48,6 +48,16 @@ $
I know right? I know right?
### Serverless
No code works best nowhere, however you can also run it somewhere.
```
nc -l 80 > /dev/null
```
This way you can do the nothing you did nowhere everywhere.
## Contributing ## Contributing
You don't. You don't.