blob: b1e77d5e06b85eb12eec9923e44bb6746c304179 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
 |