Skip to content

Commit 3b03a58

Browse files
committed
✨ feat: update solution for problem 01 in typescript
1 parent bcd8709 commit 3b03a58

File tree

6 files changed

+4833
-5
lines changed

6 files changed

+4833
-5
lines changed
File renamed without changes.
63.4 MB
Binary file not shown.

solution/go/aoc_01/main.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package main
22

3+
import "fmt"
4+
35
func main() {
4-
6+
7+
fmt.Println("Hello, World!")
58
}

0 commit comments

Comments
 (0)