commit
8fac7628cf
@ -1,2 +0,0 @@
|
||||
<?hh
|
||||
echo '<h1>Hello World</h1>';
|
1
a/ante.ante
Normal file
1
a/ante.ante
Normal file
@ -0,0 +1 @@
|
||||
9♦8♥J♦A♦2♣3♥7♠J♦A♦7♦J♦J♦A♦3♦J♦5♥6♦4♥J♥A♥6♠6♠J♥A♦8♦J♦A♦8♠J♦A♦3♦J♦A♦6♠J♦A♦8♠J♦A♥3♦2♠J♥A♥2♣6♠J♥
|
7
d/D.d
7
d/D.d
@ -1,7 +0,0 @@
|
||||
// Hello World in D
|
||||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writefln("Hello World!");
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
main()
|
||||
{
|
||||
print('Hello, world!');
|
||||
main() {
|
||||
print('Hello, World!');
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
main() {
|
||||
print('Hello, World!');
|
||||
}
|
3
g/googleappscript.gs
Normal file
3
g/googleappscript.gs
Normal file
@ -0,0 +1,3 @@
|
||||
function helloWorld() {
|
||||
Logger.log('Hello World');
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
class Haxe {
|
||||
static function main() {
|
||||
trace("Hello, World!");
|
||||
}
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
io::println("Hello, world!");
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
1
s/spoon.spoon
Normal file
1
s/spoon.spoon
Normal file
@ -0,0 +1 @@
|
||||
11111111110010001011111110101111111111010111010101101101101100000110101100101001010010101111111001010001010111001010010110010100110111111111111111110010100100010101110010100000000000000000000010100000000000000000000000000010100101001010010001010
|
Loading…
x
Reference in New Issue
Block a user