SysYTestcases/function_2021fin/021_mulc.sy
ridethepig 13f3cb710a init
2023-05-16 00:56:56 +08:00

5 lines
60 B
Plaintext

//test mulc
const int a = 5;
int main(){
return a * 5;
}