From 9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 18:53:35 +0800 Subject: Add MathML notation --- global.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'global.go') diff --git a/global.go b/global.go index b5afaa8..772dce5 100644 --- a/global.go +++ b/global.go @@ -4,7 +4,8 @@ package main var global = struct { - NeedBits uint - SourceURL string - Version string + NeedBits uint + NeedBitsReverse uint + SourceURL string + Version string }{} -- cgit v1.2.3