MCPcopy Create free account
hub / github.com/SFUMECJF/cs61b-study-guide / HelloWorld

Class HelloWorld

HelloWorld.java:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class HelloWorld {
2 public static void main(String[] args) {
3 String name = "Hello rererewr德国模样 world!";
4 System.out.println(name);
5 }
6 }
7
8public class Puppy{
9 public Puppy(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected