aboutsummaryrefslogtreecommitdiff
path: root/test/ast/square.cpp
blob: 86b3a4a3d35bee0127e65485f7315284f470931c (plain)
1
2
3
4
// Type your code here, or load an example.
int square(int num) {
    return num * num;
}