jballoffet / c-samples

Code samples for Introduction to CS @ UTN-FRBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License: GPLv3

C Samples

This repository contains C code samples for Introduction to Computer Science at National Technological University - Buenos Aires.

Getting Started

Prerequisites

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.

Building

To build all the sample applications execute the following:

cd c-samples
bash build.sh

Running

To run a certain sample application execute the following:

./app

Maintainers

License

This project is licensed under the GPLv3 License. See the LICENSE file for details.

About

Code samples for Introduction to CS @ UTN-FRBA

License:GNU General Public License v3.0


Languages

Language:C 75.1%Language:Makefile 23.6%Language:Shell 1.3%