dsource.org
Open Source Development for
the D Programming Language
Home
Projects
Forums
Tutorials
Site
tutorials
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Login
Help/Guide
About Trac
Search:
Last Change
Revision Log
root
/
trunk
/
src
/
tutorials
/
examples
/
init
/
init2.d
View revision:
Revision
6
, 74 bytes (checked in by jcc7, 3 years ago)
Made more progress in developing convertToWiki and added some files.
Line
1
void
main
()
2
{
3
int
a
,
b
;
4
a
=
b
=
7
;
5
printf
(
"%d\t%d\n"
,
a
,
b
);
6
}
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format