mirror of https://github.com/lukechilds/cc-rs.git
Alex Crichton
10 years ago
4 changed files with 20 additions and 20 deletions
@ -1,5 +1,5 @@ |
|||
#include<stdint.h> |
|||
#include <stdint.h> |
|||
|
|||
int32_t answer() { |
|||
return 42; |
|||
return 42; |
|||
} |
|||
|
Loading…
Reference in new issue