Last active
September 23, 2020 18:17
-
-
Save wperron/712240aea1d23a21e74b9c59ab47fa62 to your computer and use it in GitHub Desktop.
Deno cat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// yes, it's that simple. | |
Deno.copy(Deno.stdin, Deno.stdout); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment