codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/5h7XOz3J
[
raw code
|
output
|
fork
]
C
,
pasted on Mar 6:
1
2
3
4
5
6
#include <stdio.h>
int
main
(
void
){
printf
(
"%s"
,
__VERSION__
);
return
0
;
}
Output:
1
4.1.2
Create a new paste based on this one
Comments: