Revision 5 as of 2007-09-10 20:17:48

Clear message

Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!

You may want to open HelpOnEditing in a new window or tab while you edit.


Formatting

italic bold typewriter

backtick typewriter (configurable)

bigger smaller

preformatted some more
and some more lines too

   1 #!/usr/env python
   2 def hello():
   3     print " here on this page some codes are written in different languages\n\
   4            but where is the output of those codes? what is the purpose here?\n\
   5             Is it just for highliting the keywords of that particular language?\n\
   6            if a code is written on a webpage for people to see..like here "
   7 
   8     return None

   1 //Define Main class
   2 public class Main {
   3 //Constructor of Main class
   4   Main(){
   5     msg = "Welcome to Aerospace Dept.";
   6   }
   7 //Fields
   8   private String msg;
   9 //Methods
  10   public String getMsg(){
  11     return msg;
  12   }
  13   public void print(String text){
  14     System.out.println(text);
  15   }
  16   public static void main(String[] args]){
  17     System.out.println("Starting main thread");
  18 //Creating an instance of Main
  19     Main m = new Main();
  20     m.print("Hello, "+m.getMsg());
  21     return 0;
  22   }

}

#include iostream;
using namespace std;
int main(char * args)
{
  cout<<"Hello world!"<<endl;
  return 0;
}

Linking

HelpOnEditing InterWiki

http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]

someone@example.com

Image Link

http://c2.com/sig/wiki.gif

Smileys

/!\ Alert

Lists

Bullet

Glossary

Term
Definition

Drawing

drawing:mytest

Heading 1

Heading 2

Heading 3

Heading 4