- Running on Linux or Windows:
jconsole j/1.ijs
- Running on Linux:
python3 python/1.py < data/1.txt - Running on Windows:
Get-Content data/1.txt | python python/1.py
- Linux:
time python data/1.py < data/1.txt - Windows:
Measure-Command { Get-Content data/1.txt | python python/1.py }