qira/tests_manual/double_link.c
2015-03-21 13:42:49 -07:00

9 lines
99 B
C

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