Dependencies:   mbed

second_file.cpp

Committer:
usedbytes
Date:
2017-01-02
Revision:
0:b02b54a87eab

File content as of revision 0:b02b54a87eab:


int square(int x) {
    return x * x;
}