aboutsummaryrefslogtreecommitdiff
path: root/05/input
blob: 8be510e6728ffcd659771082b96a0efa9b93941f (plain)
1
2
3
4
5
int main() {
    int one, two, three;
    three = two + one;
    printf(three);
}