File: debug.py

package info (click to toggle)
timew 1.9.1%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,436 kB
  • sloc: cpp: 30,358; python: 6,829; sh: 706; makefile: 15
file content (6 lines) | stat: -rwxr-xr-x 83 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys

for line in sys.stdin:
    print(line.strip())