"Hello World" - how cliché , though couldn't find/ what else/ but, what better way to start things off than that?
Maybe?
<?=
"Hello world\n" ?>
Just another way to say it...
alert('Hello World');
... & an other...
print('Hello World')
... many of which I may not be familiar with just yet.
If you hadn't caught on, maybe you have? In that case, you are one sharp fox- Yes, these are variations of scripting/ programming languages.
Since I am not one to be the most capable of mesmerizing such minutiae, but still want to learn as much as I can in the areas that interests me... this will be my repository of sorts...
A collection of the many things that spark interest in me &/ or I believe would hold value in sharing with others...
Whomever that may be that stumbles across this piece of the internet pie. So...enjoy... stay awhile... browse around... send me a message, a comment, criticism is welcome if productive... & for those who remember Tom; I'm not as opposed to terse wit, but many a time doesn't come across the way intended...
... so use lightly- if you even have to.
#!/usr/local/bin/ruby -w
puts "Hello world"
** reserved for link to actual introduction **
** some hot topics and links will appear here **
** link to contact info/ page - don't worry, you'll be able to give me a peice of your mind(in a more personal/ private/ mano-eh-mano(persano-eh-persano) way)
** **
** **
** **
** ... something... something... something **
0class helloWorld
{
public static void main(String args[])
{
System.out.println("Hello World");
}
}
The End
... of this page- only the beginnings> Next! **insert link to next page**
0 comments:
Post a Comment