Edit Your Comment
hello everyone
Apr 05, 2016 zamanından beri üye
11 iletiler
Feb 22, 2011 zamanından beri üye
4573 iletiler
Apr 06, 2016 at 14:02
Feb 22, 2011 zamanından beri üye
4573 iletiler
Bash
echo "Hello World"
3. Basic
PRINT "Hello, world!"
4. C
#include
int main(void)
{
puts("Hello, world!");
}
5. C++
#include
int main()
{
std::cout << "Hello, world!";
return 0;
}
6. C#
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
7. Clipper
? "Hello World"
8. CoffeeScript
console.log 'Hello, world!'
9. Delphi
program HelloWorld;
begin
Writeln('Hello, world!');
end.
10. HTML
Hello World!
11. Java
import javax.swing.JFrame; //Importing class JFrame
import javax.swing.JLabel; //Importing class JLabel
public class HelloWorld {
public static void main(String[] args) {
JFrame frame = new JFrame(); //Creating frame
frame.setTitle("Hi!"); //Setting title frame
frame.add(new JLabel("Hello, world!"));//Adding text to frame
frame.pack(); //Setting size to smallest
frame.setLocationRelativeTo(null); //Centering frame
frame.setVisible(true); //Showing frame
}
}
12. JavaScript
document.write('Hello, world!');
13. jQuery
$("body").append("Hello world!");
14. Julia
println("Hello world!")
15. Logo
print [Hello, world!]
16. MatLab
disp('Hello, world!')
17. Objective-C
#import
#import
int main(void)
{
NSLog(@"Hello, world!");
return 0;
}
18. Pascal
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
19. Perl 5
print "Hello, world!";
20. PHP
21. Processing
void setup(){
println("Hello, world!");
}
22. Python
print "Hello, world!"
23. R
cat('Hello, world!
')
24. Ruby
puts "Hello, world!"
25. Swift
println("Hello, world!")
26. VBScript
MsgBox "Hello, World!"
27. Visual Basic .NET
Module Module1
Sub Main()
Console.WriteLine("Hello, world!")
End Sub
End Module
28. XSLT
Hello World
echo "Hello World"
3. Basic
PRINT "Hello, world!"
4. C
#include
int main(void)
{
puts("Hello, world!");
}
5. C++
#include
int main()
{
std::cout << "Hello, world!";
return 0;
}
6. C#
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
7. Clipper
? "Hello World"
8. CoffeeScript
console.log 'Hello, world!'
9. Delphi
program HelloWorld;
begin
Writeln('Hello, world!');
end.
10. HTML
Hello World!
11. Java
import javax.swing.JFrame; //Importing class JFrame
import javax.swing.JLabel; //Importing class JLabel
public class HelloWorld {
public static void main(String[] args) {
JFrame frame = new JFrame(); //Creating frame
frame.setTitle("Hi!"); //Setting title frame
frame.add(new JLabel("Hello, world!"));//Adding text to frame
frame.pack(); //Setting size to smallest
frame.setLocationRelativeTo(null); //Centering frame
frame.setVisible(true); //Showing frame
}
}
12. JavaScript
document.write('Hello, world!');
13. jQuery
$("body").append("Hello world!");
14. Julia
println("Hello world!")
15. Logo
print [Hello, world!]
16. MatLab
disp('Hello, world!')
17. Objective-C
#import
#import
int main(void)
{
NSLog(@"Hello, world!");
return 0;
}
18. Pascal
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
19. Perl 5
print "Hello, world!";
20. PHP
21. Processing
void setup(){
println("Hello, world!");
}
22. Python
print "Hello, world!"
23. R
cat('Hello, world!
')
24. Ruby
puts "Hello, world!"
25. Swift
println("Hello, world!")
26. VBScript
MsgBox "Hello, World!"
27. Visual Basic .NET
Module Module1
Sub Main()
Console.WriteLine("Hello, world!")
End Sub
End Module
28. XSLT
Hello World
Nov 14, 2015 zamanından beri üye
315 iletiler
Apr 06, 2016 at 14:19
Nov 14, 2015 zamanından beri üye
315 iletiler
@togr Not python3 compatible!
Feb 22, 2011 zamanından beri üye
4573 iletiler
Apr 06, 2016 at 14:34
Feb 22, 2011 zamanından beri üye
4573 iletiler
stian posted:
@togr Not python3 compatible!
print("Hello, World!")
Apr 05, 2016 zamanından beri üye
11 iletiler
Jul 10, 2014 zamanından beri üye
1114 iletiler
Apr 01, 2016 zamanından beri üye
43 iletiler
Apr 09, 2016 at 10:37
Apr 01, 2016 zamanından beri üye
43 iletiler
Holy trade, what are you about guys? :D
Do your best
Apr 12, 2016 zamanından beri üye
5 iletiler
Apr 12, 2016 at 06:56
Apr 12, 2016 zamanından beri üye
5 iletiler
Is this a serious place or a joke, I came for information and thoughtful conversation, not BS
Oct 02, 2014 zamanından beri üye
905 iletiler

*Ticari kullanım ve istenmeyen e-postalara müsamaha gösterilmez ve hesabın feshedilmesine neden olabilir.
İpucu: Bir resim/youtube urlsi yayınlamak, onu otomatik olarak gönderinize gömer!
İpucu: Bu tartışmaya katılan bir kullanıcı adını otomatik olarak tamamlamak için @ işaretini yazın.