qira/tests_manual/double_link.c

9 lines
99 B
C

#include <stdio.h>
#include <math.h>
int main(int argc) {
printf("hello: %f\n", sin(argc));
}