| bio | website | viditkothari.co.in |
|---|---|---|
| location | Patna, India | |
| age | 21 | |
| visits | member for | 1 year |
| seen | Mar 22 at 18:32 | |
| stats | profile views | 0 |
#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>