rayoko/examples/hello.c

6 lines
82 B
C

#include <stdio.h>
int main(void) {
printf("add(2, 2) = %d\n", add(2, 2));
}