README 290 B

1234567891011121314
  1. This is a simple example program that shows how to use the
  2. file_contents_as_string function in the igl library.
  3. To Build:
  4. make
  5. To Run:
  6. ./example [path_1] [path_2] ... [path_n]
  7. Example Run #1:
  8. Issuing:
  9. ./example example.cpp | diff - example.cpp
  10. Should produce no differences