This repository contains C code samples for Introduction to Computer Science at National Technological University - Buenos Aires.
To build the sample project from source, the following tools are needed:
- gcc
- make
On Ubuntu/Debian, you can install them by running the following command:
sudo apt-get install build-essential
On other platforms, please use the corresponding package manager to install them before proceeding.
To build all the sample applications execute the following:
cd c-samples
bash build.sh
To run a certain sample application execute the following:
./app
This project is licensed under the GPLv3 License. See the LICENSE file for details.