11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
|
---
|
||
|
title: Test
|
||
|
author: Chris Rackauckas
|
||
|
---
|
||
|
|
||
|
This is a test of the builder system.
|
||
|
|
||
|
```{julia; echo=false; skip="notebook"}
|
||
|
using CalculusWithJulia
|
||
|
CalculusWithJulia.WeaveSupport._footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
|
||
|
```
|