Refactored, added comprehensive testing.
Release / release (push) Successful in 3m17s

This commit is contained in:
Jay
2025-10-26 23:23:43 -04:00
parent ec32b75267
commit 1936f055e2
61 changed files with 4678 additions and 769 deletions
+5
View File
@@ -0,0 +1,5 @@
package main
func main() {
println("hello")
}
+4
View File
@@ -0,0 +1,4 @@
{
"name": "test",
"value": 42
}
+1
View File
@@ -0,0 +1 @@
Analyze the following code.
+4
View File
@@ -0,0 +1,4 @@
Focus on:
- Performance
- Security
- Readability
View File