FRC_equipe1 / Mbed 2 deprecated FRC_2019

Dependencies:   mbed

main.cpp

Committer:
theolp
Date:
2019-05-09
Revision:
4:f48eeddf9457
Parent:
3:fcdb215feace
Child:
5:34048faec367

File content as of revision 4:f48eeddf9457:

#include "mbed.h"

int main(void)
{
    int a = 3;
    int theo = 0;
    
    return 0;
}