Skip to content

Instantly share code, notes, and snippets.

View TheBraveByte's full-sized avatar
💭
Positivity | Perception | Focus | Code

Yusuf Akinleye TheBraveByte

💭
Positivity | Perception | Focus | Code
View GitHub Profile
package main
import (
"fmt"
)
// pricePerWeight for the carrot
const pricePerWeight = 3
// pricePerUnit for cucumber
@TheBraveByte
TheBraveByte / task6.go
Last active April 23, 2022 17:30
Task 6 : 30daysOfCode
package main
import (
"bufio"
"fmt"
"io"
"os"
"strings"
)
func ReadLine(reader *bufio.Reader) string {
import (
"bufio"
"fmt"
"io"
"os"
"strings"
)
func ReadLine(reader *bufio.Reader) string {