printf("%d + %d = %d", number1, number2, sum);
}/tmp/t2-8eec00.o: In function `main':
t2.c:(.text+0x0): multiple definition of `main'clang-7: error: linker comm
我试图在OCaml中实现一个简单的range函数,我想知道如何在不同的调用中实现这个功能。let range_aux ~start ~stop ~step = match (start, stop, step-> aux (start + step) stop step (start :: acc) in
aux start stop st