eLinux.org - Embedded Linux Wiki

Sandbox

From eLinux.org

Jump to: navigation, search

Contents

Test of Extension:RSS

Test of references

I want to test a reference [1]

Here's a simple link: [1]

This is another test by swcai. It is great.

References

  1. Bird, T. (2006) This wikipedia reference thing is great. Journal of wikipedia greatness p. 2240


Testing Source Ref

class Whatever {
   public static void main() {
      int a = 0;
 
      while( a < 10 ) {
         System.out.println(a);
      }
   }
 }
Personal tools