Channel 01 — Hello, World

Hello, World!

Wayne and Garth got a modem. Now they're learning to code the only way they know how: one Hello, World at a time. Click a card to copy, then go forth and party on.

JavaScript
console.log("Hello, World!"); // Party on, Garth!

Wayne says: Console, schmonsole — it prints, it's excellent.

Python
print("Hello, World!")  # Excellent.

Wayne says: No braces, no semicolons, no problem.

C
printf("Hello, World!\n"); /* Schwing! */

Wayne says: Old reliable. Like the Pacer.

Ruby
puts "Hello, World!" # We're not worthy

Wayne says: Elegant. Minimal. Basically Wayne in code form.

Go
fmt.Println("Hello, World!") // Bohemian Rhapsody

Wayne says: Fast, compiled, and ready to headbang.

Rust
println!("Hello, World!"); // Stairway? Denied.

Wayne says: Memory-safe. No forbidden riffs allowed.

Bash
echo "Hello, World" # If you build it, they will come

Wayne says: Straight from the terminal. Game on.

SQL
SELECT 'Hello, World'; -- Game on!

Wayne says: One query. One greeting. Total excellence.

HTML
<h1>Hello, World</h1> <!-- Live in the now -->

Wayne says: Not a language? Don't care. It says hello.

Java
System.out.println("Hello, World!"); // Not.

Wayne says: Verbose. We respect it, sort of.

PHP
<?php echo "Hello, World!"; // Schwing

Wayne says: Runs the web. Also runs the basement.

Swift
print("Hello, World!") // Asphinctersayswhat

Wayne says: Smooth, modern, and très excellent.

System message

Hello, World. We're not worthy. Schwing!