updated contents from Atlas repo
This commit is contained in:
10
iterables/CACM/closed_file.py
Normal file
10
iterables/CACM/closed_file.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Erik Meijer. 2014. The curse of the excluded middle.
|
||||
Commun. ACM 57, 6 (June 2014), 50-55. DOI=10.1145/2605176
|
||||
http://doi.acm.org/10.1145/2605176
|
||||
"""
|
||||
|
||||
with open('citation.txt', encoding='ascii') as fp:
|
||||
get_contents = lambda: fp.read()
|
||||
|
||||
print(get_contents())
|
||||
Reference in New Issue
Block a user