root/trunk/simple.d

Revision 7, 141 bytes (checked in by rubikitch, 5 years ago)

Added simplest example.

Line 
1 // Example of D's dxmp
2 int main(char[][] argv) {
3     1+1;                        // =>
4     "aa".length;                // =>
5     return 0;
6 }
Note: See TracBrowser for help on using the browser.