root/trunk/src/tutorials/examples/init/init2.d

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.