| 1 | from rockstar import RockStar |
| 2 | |
| 3 | bf_code = "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." |
| 4 | rock_it_bro = RockStar(days=400, file_name='helloWorld.bf', code=bf_code) |
nothing calls this directly
no test coverage detected