commit dc67ce001c20f542bb371a3118cb1319cc3cf38f parent c975617caee6b0672f1bd086539a27cad99ff75c Author: Andrew Laack <andrew@laack.co> Date: Sat, 23 May 2026 13:23:04 -0500 Basic structure Diffstat:
| M | lua/flashcards/init.lua | | | 2 | +- |
| A | lua/flashcards/other.lua | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lua/flashcards/init.lua b/lua/flashcards/init.lua @@ -1 +1 @@ -print('testing') +print('init') diff --git a/lua/flashcards/other.lua b/lua/flashcards/other.lua @@ -0,0 +1 @@ +print('other')