gylfirst / NF04

exercices and project from NF04

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NF04

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

Informations

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

Prérequis

  • Python 3.x
  • GCC to compile C code

Installation

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

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 NF04

License:MIT License


Languages

Language:C 54.7%Language:Python 45.3%