sysy-data/functional_c/sy/19_mod.sy

8 lines
85 B
Plaintext

#include "sylib.h"
//test mod
int main(){
int a;
a = 10;
return a / 3;
}