Day01 - code restructure
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
)
|
||||
|
||||
func optimized() {
|
||||
fmt.Println("Optimized Code by ChatGPT")
|
||||
|
||||
// Read the file in one step
|
||||
content, err := os.ReadFile("./input.json")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user