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

Method main

HelloWorld.java:2–5  ·  view source on GitHub ↗
(String[] args)

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{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected