This repository contains a college work of the data structure discipline made in Vala
- vala
- meson
- ninja
meson build
cd build
ninja
Copy entrada.txt
and bgg-13m-reviews.csv
to build
folder.
If they are in root folder you could create a symlink like in below.
ln -s ../entrada.txt entrada.txt
ln -s ../bgg-13m-reviews.csv bgg-13m-reviews.csv
./trabalho_ed2