• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Justintime50 / adventofcode / 12242558635

09 Dec 2024 07:08PM CUT coverage: 98.417% (-0.06%) from 98.475%
12242558635

push

github

Justintime50
feat: day 2 part 1

24 of 25 new or added lines in 1 file covered. (96.0%)

1057 of 1074 relevant lines covered (98.42%)

0.98 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/adventofcode/challenge_template.py
1
from adventofcode.utils import open_input
×
2

3

4
def main():
5
    data = open_input('adventofcode/_2000/day0/sample.txt')
6
    answer_1 = get_answer(data)
7
    # answer_2 = get_answer(data)
8

9
    # print(answer_1)
10
    # print(answer_2)
11

12
    return answer_1
13

14

15
def get_answer(data):
×
16
    """
17
    -
18
    """
19
    for index, line in enumerate(data):
×
20
        print(line)
×
21

22

23
if __name__ == '__main__':
24
    main()
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc