Tuesday, October 23, 2007

Hello

//php
echo "hello world";
print "hello world";

//javascript
alert("hello world");
document.write("hello world");

No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...