add: add directives in main
This commit is contained in:
@@ -20,5 +20,8 @@ def main():
|
|||||||
print(cache.get(1))
|
print(cache.get(1))
|
||||||
print(cache.get(0))
|
print(cache.get(0))
|
||||||
|
|
||||||
|
cache.put(0,1)
|
||||||
|
print(cache.get(0))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
Reference in New Issue
Block a user