Skip to content

Commit 78cc79a

Browse files
committed
batman
1 parent b3e6827 commit 78cc79a

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module RAWHTTP
2+
3+
go 1.25.3

main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("Starting Out")
7+
}

messages.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Do you have what it takes to be an engineer at TheStartup™?
2+
Are you willing to work 80 hours a week in hopes that your 0.001% equity is worth something?
3+
Can you say "synergy" and "democratize" with a straight face?
4+
Are you prepared to eat top ramen at your desk 3 meals a day?
5+
end

0 commit comments

Comments
 (0)