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

From Marks Wiki
Revision as of 05:20, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Report

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