mirror of
https://github.com/mfocko/blog.git
synced 2024-11-13 01:30:29 +01:00
4 lines
72 B
C++
4 lines
72 B
C++
#ifndef _DIJKSTRA_HPP
|
|
#define _DIJKSTRA_HPP
|
|
|
|
#endif /* _DIJKSTRA_HPP */
|