commit from Arch
This commit is contained in:
@@ -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
@@ -9,7 +9,7 @@ const (
|
|||||||
// In other words, the binary number that is 1 followed by 100 zeroes.
|
// In other words, the binary number that is 1 followed by 100 zeroes.
|
||||||
Big = 1 << 100
|
Big = 1 << 100
|
||||||
|
|
||||||
//shoft it right 99 places
|
// shoft it right 99 places
|
||||||
Small = Big >> 99
|
Small = Big >> 99
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user