| bio | website | viditkothari.co.in |
|---|---|---|
| location | Patna, India | |
| age | 21 | |
| visits | member for | 8 months |
| seen | Sep 23 '12 at 10:53 | |
| stats | profile views | 1 |
#include <stdio.h>
void main()
{
printf("A beginner ...");
}
class Beginner {
public static void main(String args[]){
System.out.println ("I'm a beginner...");
}
}
<html>
<head>
<title>About Me</title>
</head>
<body>
<p>I'm a rookie....</p>
</body>
<html>