diff options
Diffstat (limited to 'Demo/sgi/cd')
-rwxr-xr-x | Demo/sgi/cd/listcd.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/sgi/cd/listcd.py b/Demo/sgi/cd/listcd.py index 299cd98..5017851 100755 --- a/Demo/sgi/cd/listcd.py +++ b/Demo/sgi/cd/listcd.py @@ -20,3 +20,5 @@ def main(): def z(n): s = `n` return '0' * (2 - len(s)) + s + +main() |