User:Some helpful person
From Wikipedia, the free encyclopedia
| In an emergency, this user may be slapped with a trout. |
| Wii | this user likes the Nintendo Wii and prefers it over most other gaming systems. |
| Some helpful person is also a user on Wikimedia Commons |
| 15+ |
| This user programs using Scratch |
Hello,
Welcome!
This is my user page.
Wikipedia!
I like making tweaks, updating things, and signing unsigned comments.
World!
I like to program things. Here’s some code snippets from languages I like to code in, ordered from most comfortable to least comfortable, depicting an example similar to the classic Hello, World!:
![when green flag clicked say [Hello, World!] stop [this script v]](http://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Scratch_Hello_World.svg/250px-Scratch_Hello_World.svg.png)
type Greeting = `Hello, ${string}!`;
let headings: Greeting[] = [
"Hello, Welcome!",
"Hello, Wikipedia!",
"Hello, World!"
];
const language: Greeting = "Hello, TypeScript!";
<p>Hello,</p>
<style>
p::after {
content: " Internet!";
}
</style>
<script>
window.alert("I'm so good at this");
</script>
System.out.println("Hello, Java!");
print("Hello, Python!")