commit from Arch

This commit is contained in:
2026-09-07 21:01:20 -04:00
parent 1bae4e44b0
commit 8a6d0f9113
2 changed files with 1 additions and 20 deletions
-19
View File
@@ -1,19 +0,0 @@
package main
import (
"fmt"
)
const name = "Sara"
love := "Kahlousha"
number := 43900900
func main() {
const world = "Mykids"
fmt.Println("Hello,", world)
fmt.Println("I love ", name)
}
+1 -1
View File
@@ -9,7 +9,7 @@ const (
// In other words, the binary number that is 1 followed by 100 zeroes.
Big = 1 << 100
//shoft it right 99 places
// shoft it right 99 places
Small = Big >> 99
)