10 lines
102 B
C++

#include "link.h"
#include <iostream>
int main(){
int a = 1;
int b = 2;
addtwo(a, b);
}