Compiler Explorer

Compiler Explorer ‐ Source on GitHub Share Tweet About Google+ page About Matt Contact Matt // Type your code here, or load an example. 11010 .LX0: .text // Intel [Waiting...] Short Short Full Embed !! // Type your code here, or load an example. int square(int num) { return num * num; } // Type your code here, or load an example. pub fn square(num: i32) -> i32 { num * num } // Type your code here, or load an example. // Your function name should start with a capital letter. package main func Square(x int) int { return x * x } func main() {} // Type your code here, or load an example. int square(int num) { return num * num; } × Load from examples: model-body Close /.modal-content /.modal-dialog ...

Linked on 2016-12-15 19:37:50 | Similar Links