fork(1) download
  1. using static System.Console;
  2. using static System.Math;
  3.  
  4. public class Program {
  5. public static void Main() => WriteLine(Sin(12));
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/52367/101
Success #stdin #stdout 0.02s 16100KB
stdin
Standard input is empty
stdout
-0.536572918000435