From c3e13bb1cfd5883ad0608b548d0df9ecabe7b73d Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Sun, 10 Mar 2024 15:57:36 +0100
Subject: [PATCH] Added test.texi

---
 test.texi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 test.texi

diff --git a/test.texi b/test.texi
new file mode 100644
index 0000000..f892b8f
--- /dev/null
+++ b/test.texi
@@ -0,0 +1,24 @@
+\input texinfo
+@setfilename test.info
+@settitle My Program Manual
+
+@titlepage
+@title My Program Manual
+@author Your Name
+@end titlepage
+
+@node Top
+@top My Program Manual
+
+@menu
+* Introduction::    What my program does.
+* Usage::           How to use my program.
+@end menu
+
+@node Introduction
+@chapter Introduction
+This is an introduction to my program.
+
+@node Usage
+@chapter Usage
+This is how you use my program.