An implementation of the unix “cat” program

    • Deno.args accesses the command line arguments.
    • is used to get a handle to a file.
    • Files should be closed when you are finished with them
    • Modules can be run directly from remote URLs.

    Example

    To run the program: