diff --git a/script.py b/script.py index aeb9548..a7bfc2b 100644 --- a/script.py +++ b/script.py @@ -1 +1,4 @@ -print('Infra22') \ No newline at end of file +num_lines = sum(1 for line in open('./Infra')) + + +print(num_liens) \ No newline at end of file