The first of many baby steps
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
This is the first program I ever wrote, back in 8th grade. Staring intently at the old CRT monitor as BlueJ compiled my code, I bask...
blog.abhishekvash.xyz1 min read
Vidyadhar Sharma
Hey! Great start. Looking forward to more!