I am an undergraduate computer science student at UCSD.
I enjoy software engineering, problem solving, and procrastinating staying productive.
“First, solve the problem. Then, write the code.” — John Johnson
Here is an example of inline code: System.out.println("Hello, World!");
A code block:
function helloWorld(): void {
console.log("Hello, World!");
}
