diff options
author | Camil Staps | 2021-08-21 17:04:29 +0200 |
---|---|---|
committer | Camil Staps | 2021-08-21 17:04:29 +0200 |
commit | 3f7507cfaa516a17f566947f49ac6c0649a9b7dc (patch) | |
tree | d515d892295c23175f0a4a9c059d73de99b28267 /resources/pug/finals/articles/2021-09-07-testing-arduino-code-with-haskell-quickcheck.pug | |
parent | Fix menu item for article about Cloogle (diff) |
Add article about Arduino and QuickCheck
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 |