April 02, 2021 test markdown | ||||
|---|---|---|---|---|
| ||||
```d
import std.stdio;
void main() {
writeln("hello, markdown!");
}
```
| ||||
April 02, 2021 Re: test markdown | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | On 4/2/21 11:09 AM, Steven Schveighoffer wrote:
> ```d
> import std.stdio;
> void main() {
> writeln("hello, markdown!");
> }
> ```
oops, does this work?
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply