deleting the lazygit test

This commit is contained in:
2026-09-08 01:40:37 -04:00
parent 24f546c2d5
commit c446285d63
2 changed files with 0 additions and 14 deletions
-3
View File
@@ -1,3 +0,0 @@
module main
go 1.27.0
-11
View File
@@ -1,11 +0,0 @@
package main
import (
"fmt"
"math"
)
func main() {
a := 81.0
fmt.Printf("the total a^2 will be: %f\n", math.Sqrt(a))
}