Advertisement
Guest User

Untitled

a guest
Oct 6th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #include <iostream>
  2. #include "Grid.h"
  3.  
  4. int main()
  5. {
  6.     Grid g;
  7.     g.print();
  8.     g.solve();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement