#!/bin/bash
# Update package list
sudo apt-get update

# Install C/C++ build tools
sudo apt-get install build-essential
