Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 163 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 163 Bytes

VisitorPattern

A simples Visitor Pattern implementation in C++

To build and run:

> mkdir build
> cd build
build> cmake ..
build> make

build> ./Visitor