hello everyone

Apr 06, 2016 at 09:47
673 व्यू
8 Replies
तबसे मेंबर है Apr 05, 2016   11 पोस्टों
Apr 06, 2016 at 09:47
hello
499458715@
तबसे मेंबर है Feb 22, 2011   4573 पोस्टों
Apr 06, 2016 at 14:02
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
तबसे मेंबर है Nov 14, 2015   315 पोस्टों
Apr 06, 2016 at 14:19
@togr Not python3 compatible!
तबसे मेंबर है Feb 22, 2011   4573 पोस्टों
Apr 06, 2016 at 14:34
stian posted:
@togr Not python3 compatible!

print("Hello, World!")
तबसे मेंबर है Apr 05, 2016   11 पोस्टों
Apr 07, 2016 at 06:36
😭😭
499458715@
तबसे मेंबर है Jul 10, 2014   1114 पोस्टों
Apr 07, 2016 at 10:43
Hello to you too. :)
तबसे मेंबर है Apr 01, 2016   43 पोस्टों
Apr 09, 2016 at 10:37
Holy trade, what are you about guys? :D
Do your best
तबसे मेंबर है Apr 12, 2016   5 पोस्टों
Apr 12, 2016 at 06:56
Is this a serious place or a joke, I came for information and thoughtful conversation, not BS
तबसे मेंबर है Oct 02, 2014   905 पोस्टों
May 01, 2016 at 12:17
Hi, welcome.
Positivity
You must be connected to Myfxbook in order to leave a comment
*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.