We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e6827 commit 78cc79aCopy full SHA for 78cc79a
3 files changed
go.mod
@@ -0,0 +1,3 @@
1
+module RAWHTTP
2
+
3
+go 1.25.3
main.go
@@ -0,0 +1,7 @@
+package main
+import "fmt"
4
5
+func main() {
6
+ fmt.Println("Starting Out")
7
+}
messages.txt
@@ -0,0 +1,5 @@
+Do you have what it takes to be an engineer at TheStartup™?
+Are you willing to work 80 hours a week in hopes that your 0.001% equity is worth something?
+Can you say "synergy" and "democratize" with a straight face?
+Are you prepared to eat top ramen at your desk 3 meals a day?
+end
0 commit comments