index
:
piscine.git
master
School project: piscine Jul 2019
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exam00
/
rendu
/
only_z
/
only_z.c
blob: 08ab66b754fb2d9aba33a37f8c6b7c51670ff04e (
plain
)
1
2
3
4
5
6
7
8
#include <unistd.h>
int
main
(
void
)
{
char
z
=
'z'
;
write
(
1
, &
z
,
1
);
return
0
;
}