Skip to content

nazabe/java-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Homework: Git & Github Basics

Instructions

  1. Fork this repository and rename it using your last name and first name in the following format:
    lastname-firstname
    (Example: beauvais-nazareno)

  2. Upload a Main.java program that contains the code to print "Hello World!" to the console.


πŸ“š Resources


βœ… Submission Checklist

  • Repository forked and renamed correctly
  • Main.java added to the repository
  • Main.java compiles and runs without errors
  • Output includes exactly: Hello World!

πŸ“ Example Main.java

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors