https://github.com/angablue/ieeextreme-16
snowypeaks IEEEXtreme 16.0
https://github.com/angablue/ieeextreme-16
Last synced: about 1 year ago
JSON representation
snowypeaks IEEEXtreme 16.0
- Host: GitHub
- URL: https://github.com/angablue/ieeextreme-16
- Owner: AngaBlue
- Created: 2022-10-21T23:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:52:52.000Z (over 3 years ago)
- Last Synced: 2025-06-16T13:04:47.313Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏔️ `snowypeaks` IEEEXtreme 16.0
## Using Input Files
You can feed your input from a file (and have it be treated as `stdin`), then have `stdout` redirect to `out.txt` using the following command.
```
type ascii-dancer.txt | node ascii-dancer.js > out.txt
```
For Python programs, its very similar.
```
type pizza-cutter.txt | py pizza-cutter.py > out.txt
```