Welcome to Designed By Lauren
Every project has to start somewhere.
Hello, World!
Every project should start with “Hello, World!”, so it feels only right that this little corner of the internet does too.
Welcome to Designed By Lauren — my cosy creative notebook.
This is where I’ll be sharing crochet patterns, knitting projects, book reviews, creative experiments, and whatever interesting rabbit holes I disappear down along the way.
But before any of that, let’s honour tradition.
JavaScript
console.log("Hello, World!");
Go
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
C
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}
C++
#include <iostream>
int main() {
std::cout << "Hello, World!\n";
}
Python
print("Hello, World!")
Rust
fn main() {
println!("Hello, World!");
}
Java
class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Bash
echo "Hello, World!"
HTML
<h1>Hello, World!</h1>
Brainf**k
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..
+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Every project starts with a first step.
Sometimes it’s a single stitch.
Sometimes it’s a blank page.
Sometimes it’s simply saying…
Hello, World.
Thanks for stopping by. 👋