Осталось символов: 2048
Комментариев больше нет


const car = {
brand: 'Ford',
model: 'Fiesta',
start: function() {
console.log(`Started ${this.brand} ${this.model}`)
}
}
car.start() // Started Ford Fiesta
[с]function code(){
var text = "Ваш код в текстовом редакторе.";
}[/с]
void mainImage( out vec4 fragColor, in vec2 fragCoord )
{
fragColor = vec4(1.0,0.0,0.0,1.0);
}
[l=1]
[*]
[*]
[*]
[*]
[/l]
[l=1]
[*][с]#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;[/с]
[*][с]<!DOCTYPE html>
<html>
<body>
<h1>Hello, World!</h1>
</body>
</html>[/с]
[*][с]<root>
<element attribute="value">Hello, World!</element>
</root>[/с]
[*][с]public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}[/с]
[/l]
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
<!DOCTYPE html>
<html>
<body>
<h1>Hello, World!</h1>
</body>
</html>
<root>
<element attribute="value">Hello, World!</element>
</root>
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
<Directory /path/to/directory>
Order deny,allow
Allow from all
</Directory>
set myVariable to "Hello, World!"
display dialog myVariable
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
#include <iostream>
int main() {
std::cout « "Hello, World!";
return 0;
}
body {
background-color: #f0f0f0;
color: #333;
}
void main() {
gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0);
}
{
user(id: 1) {
name
email
}
}
<!DOCTYPE html>
<html>
<body>
<h1>Hello, World!</h1>
</body>
</html>
GET /index.html HTTP/1.1
Host: example.com
[section]
key1=value1
key2=value2
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
let myString = "Hello, World!";
console.log(myString);
{
"name": "John",
"age": 30,
"city": "New York"
}
fun main() {
val myVariable = "Hello, World!"
println(myVariable)
}
myVariable = "Hello, World!"
print(myVariable)
string $object = "sphere";
int $count = 5;
for ($i = 0; $i < $count; $i++) {
polySphere -name ($object + $i) -radius 1.0;
move -r ($i * 2) 0 0 ($object + $i);
}
server {
listen 80;
server_name example.com;
location / {
root /var/www/html;
index index.html;
}
}
my $string = "Hello, World!";
print "$string\n";
<?php
echo "Hello, World!";
?>
void setup() {
size(400, 400);
background(255);
}
void draw() {
fill(0);
ellipse(width/2, height/2, 100, 100);
}
»> my_variable = "Hello, World!"
»> print(my_variable)
my_variable = "Hello, World!"
print(my_variable)
Display "output.tiff" "framebuffer" "rgba"
Format 800 600 1
Projection "perspective" "fov" 52
WorldBegin
Translate 0 0 10
Sphere 1 -1 1 360
WorldEnd
surface simple_surface() {
Ci = color(1, 0, 0);
}
my_variable = "Hello, World!"
puts my_variable
SELECT * FROM users WHERE age > 18;
body
background-color: #f0f0f0
color: #333
let myVariable: string = "Hello, World!";
console.log(myVariable);
Module HelloWorld
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
<root>
<element attribute="value">Hello, World!</element>
</root>
Комментариев больше нет