6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#include "sylib.h"
|
||
|
//test mulc
|
||
|
#define a 5
|
||
|
int main(){
|
||
|
return a * 5;
|
||
|
}
|