deleting the lazygit test
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
module main
|
|
||||||
|
|
||||||
go 1.27.0
|
|
||||||
@@ -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))
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user