diff options
Diffstat (limited to 'resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug')
-rw-r--r-- | resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug b/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug new file mode 100644 index 0000000..b1e77d5 --- /dev/null +++ b/resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug @@ -0,0 +1,18 @@ +extends /layout-articles.pug + +block prepend title + | Testing Arduino code with QuickCheck - + +block prepend menu + - var page = '2021-09-07-testing-arduino-code-with-haskell-quickcheck' + +block append breadcrumbs + +breadcrumb('Testing Arduino code with Haskell QuickCheck') + +block subtitle + | Testing Arduino code with Haskell QuickCheck +block subtitleDate + | 7 September 2021 + +block page + include:markdown ../../../md/2021-09-07-testing-arduino-code-with-haskell-quickcheck.md |