vault backup: 2026-02-20 13:07:16

This commit is contained in:
2026-02-20 13:07:16 -05:00
parent cdb0c5799a
commit 75883d1e4e
37 changed files with 32 additions and 32 deletions
+20
View File
@@ -0,0 +1,20 @@
---
id: 2025-12-30T10:08:30-05:00
aliases: []
title: 2025-12-30 10:08:30
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/timestamped
dg-publish: true
---
# 2025-12-30 10:08:30
```
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]
```