Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MJUIUC/2017Challenges
Browse files Browse the repository at this point in the history
its fine
  • Loading branch information
MJUIUC committed Jan 9, 2017
2 parents 81988e9 + a741d99 commit fa3ebd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion challenge_8/python/mjuiuc/listNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ def __init__(self,val=None,next=None,random=None):
self.val = val
self.next = next
self.random = random

0 comments on commit fa3ebd3

Please sign in to comment.