mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-20 21:52:30 +08:00
Add build scripts for C# and
unify the coding style.
This commit is contained in:
@ -31,6 +31,9 @@ class ExtractCodeBlocksJava:
|
||||
"""
|
||||
Extract classes and functions from a markdown document
|
||||
"""
|
||||
if not osp.isfile(file_path):
|
||||
return None
|
||||
|
||||
self.file_path = file_path
|
||||
with open(file_path) as f:
|
||||
self.lines = f.readlines()
|
||||
|
Reference in New Issue
Block a user