This is a test of the crayon syntax highlighter.
|
1 2 3 4 5 6 7 |
public class HelloWorld
{
public static void main (String[] args)
{
System.out.println("Hello world!");
}
}
|
|
1 2 3 4 5 |
<?php
if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) {
echo 'You are using Internet Explorer.<br />';
}
?>
|
|
1 2 3 4 5 6 7 8 |
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
|




