start of new post
This commit is contained in:
13
src/pages/posts/crc-cards-as-training-material.mdx
Normal file
13
src/pages/posts/crc-cards-as-training-material.mdx
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: CRC Cards as training material
|
||||||
|
layout: post
|
||||||
|
date: 2022-12-03
|
||||||
|
---
|
||||||
|
|
||||||
|
# CRC Cards as training material
|
||||||
|
|
||||||
|
```ts {2}
|
||||||
|
const test = new Constant();
|
||||||
|
|
||||||
|
console.log(test)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user