Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ HelloWorld
Class
HelloWorld
Lecture 03/src/HelloWorld.java:1–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
HelloWorld {
2
public
static
void
main(String[] args) {
3
int
money = 2000;
4
System.out.println(money);
5
money = 5000;
6
System.out.println(money);
7
}
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected