vault backup: 2025-12-30 16:02:11

This commit is contained in:
2025-12-30 16:02:11 -05:00
parent 17270ef0ba
commit 08b308804d
4 changed files with 48 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
---
id:
aliases: []
title: "2025-12-30"
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/daily
---
# 2025-12-30
## 2025-12-30 10:08
```
3.ApplyThisSequence([-1,0,1,2,3])
# returns [2,3,4,5,6]
3.ApplyThatSequence([-1,0,1,2,3])
# returns [2,2,3,5,8]
```