This commit is contained in:
2025-11-23 07:18:45 +01:00
parent 0a25fc95b5
commit 01639853ce
9 changed files with 218 additions and 208 deletions

View File

@@ -1,6 +1,7 @@
module code
pub struct Const {
pub mut:
name string
value string
}