Advertisement
Musical_Muze

Day 9, Part 2

Dec 17th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. from intcode_class import Intcode
  2.  
  3. int1 = Intcode("TEST", "input.txt")
  4.  
  5. int1.intcodeRun(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement