codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/wUC6N6LB
[
raw code
|
output
|
fork
]
D
,
pasted on Mar 19:
1
2
3
void
main
(
string
[]
args
)
{
writefln
(
"main with string[]"
);
}
Output:
1
main with string[]
Create a new paste based on this one
Comments: