Added an example application that displays statistics about YAML
documents.
This commit is contained in:
parent
d5a063930d
commit
f726ff0b94
3 changed files with 113 additions and 0 deletions
5
examples/yaml_stats/Makefile
Normal file
5
examples/yaml_stats/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
main:
|
||||
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_stats.d
|
||||
|
||||
clean:
|
||||
rm yaml_stats myaml_stats.o
|
Loading…
Add table
Add a link
Reference in a new issue