14Sep/102
Hello World
Hello world
Well, I figure I would make this post interesting by posting all the hellos worlds that I can come up with on this Article
C#
public class myClass
{
public static void Main()
{
System.Console.WriteLine("Hello world");
}
}
PHP
<?php
echo "Hello world";
?>
Javascript
<script type="text/javascript">
document.write('Hello World');
</script>
Perl
print 'Hello world.';
C++
#include <iostream>
using namespace std;
void main()
{
cout << "Hello World!" << endl;
}
VB
Module myModule
Sub Main()
MsgBox("Hello world")
End Sub
End Module
September 15th, 2010 - 03:52
Hey, your blog looks a lot better than mine but it needs some content! Surely you’ve done some cool stuff since you moved, right?
October 14th, 2010 - 21:06
lol have done tons of cool stuff just not enough hours in the day to write it in a blog