feat: add process-stops-from-import.txt

This commit is contained in:
dancingCycle 2022-11-28 18:01:12 +01:00
parent 982895d73c
commit 741ecd32d0
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
@startuml
start
repeat
if (Does tmp zone map contains stop key) then (yes)
else (no)
endif
repeat while (next stop record?) is (yes)
->no;
end
@enduml