#!/bin/bash

g++ --std=c++26 -Wall -fdiagnostics-color=never main.cc -lbobcat;
