gylfirst / NF05A

exercices and project from NF05A

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NF05A

Ce dépôt regroupe mes exercices et mes projets que j'ai fait à l'UTT, dans l'UE NF05A, implémenté en Python et en C.

Informations

Le code sera peut être mis à jour dans le futur.

Prérequis

  • Python 3.x
  • GCC pour compiler le code C

Installation

git clone https://github.com/gylfirst/NF05A.git
cd NF05A

Utilisation

C

gcc c -o [executable_name].exe [source_file].c
[executable_name].exe

Python

python file.py
# Remplacer le file.py par le nom de fichier que l'on veut executer

Auteur

Gylfirst

Licence

Ce projet est sous licence MIT.

About

exercices and project from NF05A

License:MIT License


Languages

Language:Python 55.8%Language:C 44.2%