SE250:lab-9:rwan064:output 1.c

From Marks Wiki
Jump to navigation Jump to search

Back to Report

/
*
Comments
*
/
int
main
(
void
)
{
char
*
x
=
"
hello
world
"
;
/
/
comment
return
0
;
}