1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-21 22:26:13 +02:00
cdf2018-principal/chef/src/premier.c
2018-02-07 17:57:01 +01:00

8 lines
101 B
C

#include "premier.h"
int main() {
printf("Hello world!\n");
// avancer(10);
return 0;
}