mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2024-11-15 04:46:06 +01:00
8 lines
101 B
C
8 lines
101 B
C
|
#include "premier.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Hello world!\n");
|
||
|
// avancer(10);
|
||
|
return 0;
|
||
|
}
|