Hello, world!
The first program everyone makes. Also, the first blog post programmers usually make. Me too, of course. This post is basically me doing Hello World inall most languages I know.
C#
C
PHP
Visual Basic
I was unable to do assembly, however, due to lack of time. Oh well. I also know a bunch of other languages I know, like windows bat files and Javascript and Go by Google, but they aren't that notable for me.
EOF
The first program everyone makes. Also, the first blog post programmers usually make. Me too, of course. This post is basically me doing Hello World in
C#
using System;
public static class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
C
#include<stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}
PHP
<?php echo "Hello World!"; ?>
Visual Basic
Public Module HelloWorld
Sub Main()
Console.WriteLine ("Hello World!")
End Sub
End Module
I was unable to do assembly, however, due to lack of time. Oh well. I also know a bunch of other languages I know, like windows bat files and Javascript and Go by Google, but they aren't that notable for me.
EOF
0 Comments On This Entry
Trackbacks for this entry [ Trackback URL ]
Tags
My Blog Links
Recent Entries
-
Hello World!on May 12 2012 12:13 PM
Search My Blog
0 user(s) viewing
0 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)
Categories
|
|



Leave Comment









|