This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f80957583b
ciabatta
/
test
/
test_printf.c
9 lines
98 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
<stdlib.h>
int
main
(
)
{
printf
(
"
%f
\n
"
,
3.1415
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink