Files
SAE11_2024/comportementJCJ.c

6 lines
82 B
C
Raw Normal View History

#include <graph.h>
void compJCJ(int taille){
DessinerSegment(0, 0, 100, 100);
}