root/trunk/src/tutorials/examples/ddoc/example2.d
| Revision 6, 177 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | Ddoc |
| 2 | --- |
| 3 | import std.stdio; |
| 4 | |
| 5 | /* comment */ |
| 6 | |
| 7 | int main(char[][] args) |
| 8 | { |
| 9 | double miles, feet; |
| 10 | miles = 5280 * feet; |
| 11 | writefln("Some string"); |
| 12 | return 0; |
| 13 | } |
| 14 | --- |
Note: See TracBrowser for help on using the browser.
