aboutsummaryrefslogtreecommitdiff
path: root/examples/c++/default.cpp
blob: e8c4fe4ecaa15f866b839d714ddb6e57d6108f1b (plain)
1
2
3
4
// Type your code here, or load an example.
int square(int num) {
    return num * num;
}