2015-11-17 17:22:37 +01:00

6 lines
59 B
C

#include <math.h>
int main(void)
{
return (int)sin(0);
}