{"id":19184639,"url":"https://github.com/gatoreducator/java-assignment-solution-100-01","last_synced_at":"2026-06-20T11:31:39.628Z","repository":{"id":88343039,"uuid":"205901205","full_name":"GatorEducator/java-assignment-solution-100-01","owner":"GatorEducator","description":":bulb: Solution for Java Assignment 100-01: Basic Java Programming with Print Statements","archived":false,"fork":false,"pushed_at":"2019-11-02T23:46:36.000Z","size":709,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T02:41:31.784Z","etag":null,"topics":["example","gatorgrader","gatorgradle","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GatorEducator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-02T17:01:36.000Z","updated_at":"2019-11-02T23:46:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c724089-0190-4f08-a268-0a2364a4e434","html_url":"https://github.com/GatorEducator/java-assignment-solution-100-01","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/GatorEducator/java-assignment-solution-100-01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fjava-assignment-solution-100-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fjava-assignment-solution-100-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fjava-assignment-solution-100-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fjava-assignment-solution-100-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GatorEducator","download_url":"https://codeload.github.com/GatorEducator/java-assignment-solution-100-01/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fjava-assignment-solution-100-01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","gatorgrader","gatorgradle","java"],"created_at":"2024-11-09T11:07:44.008Z","updated_at":"2026-06-20T11:31:39.622Z","avatar_url":"https://github.com/GatorEducator.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!---\n\nGatorGrader example that contains a solution to a Java programming project:\nhttps://github.com/GatorEducator/java-assignment-solution-100-01\n\nThis is the companion \"starter\" repository (i.e., the repository given to students):\nhttps://github.com/GatorEducator/java-assignment-starter-100-01\n\nLearn more about GatorGrader and its supported checks by visiting this web site:\nhttps://github.com/GatorEducator/gatorgrader\n\nProblems? Raise an issue in the issue tracker for this assignment!\n\n--\u003e\n\n![Image of Logo](.github/gatorgrader-example-java.png)\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003e\nAutomated assessment for an assignment on Java programming and technical writing in Markdown\n\u003c/b\u003e\n\u003c/p\u003e\n\n# java-assignment-solution-100-01\n\n## Table of Contents\n\n* [Table of Contents](#table-of-contents)\n* [Introduction](#introduction)\n* [Continuous Learning](#continuous-learning)\n* [System Commands](#system-commands)\n  + [Using Docker](#using-docker)\n  + [Using Gradle](#using-gradle)\n* [Expected Program Output](#expected-program-output)\n* [Automated Checks with GatorGrader](#automated-checks-with-gatorgrader)\n* [Downloading Project Updates](#downloading-project-updates)\n* [Using Travis CI](#using-travis-ci)\n* [System Requirements](#system-requirements)\n* [Reporting Problems](#reporting-problems)\n* [Receiving Assistance](#receiving-assistance)\n* [Project Assessment](#project-assessment)\n\n## Introduction\n\nDesigned for use with [GitHub Classroom](https://classroom.github.com/) and\n[GatorGrader](https://github.com/GatorEducator/gatorgrader/), this repository\ncontains the solution for a laboratory assignment in an introductory computer\nscience class that uses the Java programming language. The Travis CI builds for\nthis repository will pass, as evidenced by a green \u0026#x2714; instead of a red\n\u0026#x2717; appearing in the commit logs. An instructor would use this repository\nto create a \"starter\" repository with purposefully omitted features that a\nstudent would then need to add in order to achieve the stated learning\nobjectives. Please bear in mind that much of the content in this document is\nwritten in its current form under the assumption that it will also accompany the\n\"starter\" repository that an instructor shares with a student through the use of\n[GitHub Classroom](https://classroom.github.com/).\n\nThis assignment requires a programmer to implement and test a Java program,\ncalled `DisplayOutput`, that will produce four lines of output. The first line\nof output will contain the name of the programmer and the date at which the\nprogram was run. The next three lines of output will feature certain\none-sentence and one-line statements of declarations that the programmer would\nlike to provide to the person using the program. As verified by\n[Checkstyle](https://github.com/checkstyle/checkstyle), the source code for the\n`DisplayOutput.java` file must adhere to all of the requirements given in the\n[Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).\n\nThe programmer completing this assignment is also responsible for writing a\nmultiple-paragraph reflection, stored in the file `writing/reflection.md`, that\nexplains the challenges that you faced and the solutions you developed. This is\na Markdown file that should adhere to the standards described in the [Markdown\nSyntax Guide](https://guides.github.com/features/mastering-markdown/). Remember,\nan individual completing this assignment can preview the contents of a comitted\nMarkdown file by clicking on the name of the file in your GitHub repository.\nDon't forget that your `writing/reflection.md` file should adhere to the\nMarkdown standards established by the [Markdown linting\ntool](https://github.com/markdownlint/markdownlint) and, optionally, the writing\nstandards set by the [Proselint tool](http://proselint.com/).\n\nThe source code in the `DisplayOutput.java` file must also pass additional tests\nset by the [GatorGrader tool](https://github.com/GatorEducator/gatorgrader). For\ninstance, GatorGrader will check to ensure that `DisplayOutput` produces exactly\nfour lines of output and that you correctly use the `new Date()` construct in\nthe Java code. When you use the `git commit` command to transfer your source\ncode to your GitHub repository, [Travis CI](https://travis-ci.com/) will\ninitialize a build of your assignment, checking to see if it meets all of the\nrequirements. If both your source code and writing meet all of the established\nrequirements, then you will see a green \u0026#x2714; in the listing of commits in\nGitHub. If your submission does not meet the requirements, a red \u0026#x2717; will\nappear instead. Please note that, at the option of the course instructor, some\nchecks may be run in Travis CI that are not run locally by the [GatorGrader\ntool](https://github.com/GatorEducator/gatorgrader). Finally, the instructor\nwill reduce a programmer's grade for this assignment if the red \u0026#x2717; appears\non the last commit in GitHub immediately before the assignment's due date.\n\nA carefully formatted assignment sheet for this project provides more details\nabout the steps that a computer scientist should take to complete this\nassignment. You can view this assignment sheet by visiting the listing of\nlaboratories on the course web site created by the course instructor. Please pay\nattention to the icons in the left-hand margin of the assignment sheet as they\nwill help you to understand and remember what steps you should take at key parts\nof the assignment.\n\n## Continuous Learning\n\nIf you have not done so already, please read all of the relevant [GitHub\nGuides](https://guides.github.com/) that explain how to use many of the features\nthat GitHub provides. In particular, please make sure that you have read the\nfollowing GitHub guides: [Mastering\nMarkdown](https://guides.github.com/features/mastering-markdown/), [Hello\nWorld](https://guides.github.com/activities/hello-world/), and [Documenting Your\nProjects on GitHub](https://guides.github.com/features/wikis/). Each of these\nguides will help you to understand how to use both [GitHub](http://github.com) and\n[GitHub Classroom](https://classroom.github.com/).\n\nStudents who want to learn more about how to use\n[Docker](https://www.docker.com) should review the [Docker\nDocumentation](https://docs.docker.com/). Students are also encouraged to review\nthe documentation for their text editor, which is available for text editors\nlike [Atom](https://atom.io/docs) and [VS\nCode](https://code.visualstudio.com/docs). You should also review the [Git\ndocumentation](https://git-scm.com/doc) to learn more about how to use the Git\ncommand-line client. In addition to talking with the instructor and technical\nleader for your course, students are encouraged to search\n[StackOverflow](https://stackoverflow.com/) for answers to their technical\nquestions.\n\nIf you are a student working to complete this assignment, you should also read\nChapters 1 and 2 in the course textbook, paying particularly close attention to\nSections 1.5 and 2.1. Please see the course instructor or one of the student\ntechnical leaders if you have questions about any of these reading assignments.\n\n## System Commands\n\nThis project invites students to enter system commands into a terminal window.\nThis assignment uses [Docker](https://www.docker.com) to deliver programs, such\nas `gradle` and the source code and packages needed to run\n[GatorGrader](https://github.com/GatorEducator/gatorgrader), to a students'\ncomputer, thereby eliminating the need for a programmer to install them on their\ndevelopment workstation. Individuals who do not want to install Docker can\noptionally install of the programs mentioned in the [Project\nRequirements](#requirements) section of this document.\n\n### Using Docker\n\nOnce you have installed [Docker\nDesktop](https://www.docker.com/products/docker-desktop), you can use the\nfollowing `docker run` command to start `gradle grade` as a containerized\napplication, using the [DockaGator](https://github.com/GatorEducator/dockagator)\nDocker image available on\n[DockerHub](https://cloud.docker.com/u/gatoreducator/repository/docker/gatoreducator/dockagator).\n\n```bash\ndocker run --rm --name dockagator \\\n  -v \"$(pwd)\":/project \\\n  -v \"$HOME/.dockagator\":/root/.local/share \\\n  gatoreducator/dockagator\n```\n\nThe aforementioned command will use `\"$(pwd)\"` (i.e., the current directory) as\nthe project directory and `\"$HOME/.dockagator\"` as the cached GatorGrader\ndirectory. Please note that both of these directories must exist, although only\nthe project directory must contain something. Generally, the project directory\nshould contain the source code and technical writing of this assignment, as\nprovided to a student through GitHub. Additionally, the cache directory should\nnot contain anything other than directories and programs created by DockaGator,\nthus ensuring that they are not otherwise overwritten during the completion of\nthe assignment. To ensure that the previous command will work correctly, you\nshould create the cache directory by running the command `mkdir\n$HOME/.dockagator`. If the above `docker run` command does not work correctly on\nthe Windows operating system, you may need to instead run the following command\nto work around limitations in the terminal window:\n\n```bash\ndocker run --rm --name dockagator \\\n  -v \"$(pwd):/project\" \\\n  -v \"$HOME/.dockagator:/root/.local/share\" \\\n  gatoreducator/dockagator\n```\n\nHere are some additional commands that you may need to run when using Docker:\n\n* `docker info`: display information about how Docker runs on your workstation\n* `docker images`: show the Docker images installed on your workstation\n* `docker container list`: list the active images running on your workstation\n* `docker system prune`: remove many types of \"dangling\" components from your workstation\n* `docker image prune`: remove all \"dangling\" docker images from your workstation\n* `docker container prune`: remove all stopped docker containers from your workstation\n* `docker rmi $(docker images -q) --force`: remove all docker images from your workstation\n\n### Using Gradle\n\nSince the above `docker run` command uses a Docker images that, by default, runs\n`gradle grade` and then exits the Docker container, you may want to instead run\nthe following command so that you enter an \"interactive terminal\" that will\nallow you to repeatedly run commands within the Docker container.\n\n```bash\ndocker run -it --rm --name dockagator \\\n  -v \"$(pwd)\":/project \\\n  -v \"$HOME/.dockagator\":/root/.local/share \\\n  gatoreducator/dockagator /bin/bash\n```\n\nOnce you have typed this command, you can use the [GatorGrader\ntool](https://github.com/GatorEducator/gatorgrader) in the Docker container by\ntyping the command `gradle grade` in your terminal. Running this command will\nproduce a lot of output that you should carefully inspect. If GatorGrader's\noutput shows that there are no mistakes in the assignment, then your source code\nand writing are passing all of the automated baseline checks. However, if the\noutput indicates that there are mistakes, then you will need to understand what\nthey are and then try to fix them.\n\nYou can also complete several important Java programming tasks by using the\n`gradle` tool. For instance, you can compile (i.e., create bytecode from the\nprogram's source code if it is correct) the program using the command `gradle\nbuild`. Here are some other commands that you can type:\n\n* `gradle grade`: run the [GatorGrader](https://github.com/GatorEducator/gatorgrader) tool to check your work\n* `gradle clean`: clean the project of all the derived files\n* `gradle check`: check the quality of the code using Checkstyle\n* `gradle build`: create the bytecode from the Java source code\n* `gradle goJF`: reformat the source code according to Java StyleGuide\n* `gradle run`: run the Java program in the command-line\n* `gradle tasks`: display details about the Gradle system\n\nTo run one of these commands, you must be in the main (i.e., \"home base\")\ndirectory for this assignment where the `build.gradle` file is located.\n\n## Expected Program Output\n\nTyping the command `gradle run` in the terminal window should produce the\nfollowing output for the completed version of `DisplayOutput`. As long as your\nprogram adheres to all of the requirements for the assignment and passes all of\nthe verification checks, your version should produce similar output. With that\nsaid, program output may vary according to, for instance, the name of the\nprogrammer and the date on which you ran the program.\n\n```\n\u003e Configure project :\nConfigured GatorGradle 0.4.4\n\n\u003e Task :compileJava UP-TO-DATE\n\u003e Task :processResources NO-SOURCE\n\u003e Task :classes UP-TO-DATE\n\n\u003e Task :run\nGregory M. Kapfhammer Sun Sep 08 22:29:56 GMT 2019\nHello World.\nGradle is Great.\nDocker is Dynamite.\n\nBUILD SUCCESSFUL in 1s\n2 actionable tasks: 1 executed, 1 up-to-date\n```\n\nRunning the command `gradle -q --console plain run` will suppress the display of\nGradle's diagnostic information and produce output like the following.\n\n```\nGregory M. Kapfhammer Sun Sep 08 22:32:05 GMT 2019\nHello World.\nGradle is Great.\nDocker is Dynamite.\n```\n\n## Automated Checks with GatorGrader\n\nIn addition to meeting all of the requirements outlined in the assignment sheet,\nyour submission must pass the following checks that\n[GatorGrader](https://github.com/GatorEducator/gatorgrader) automatically\nassesses:\n\n- The repository has at least 10 commit(s)\n- The DisplayOutput.java in src/main/java/labone has at least 2 multiple-line Java comment(s)\n- The DisplayOutput.java in src/main/java/labone has at least 2 single-line Java comment(s)\n- The DisplayOutput.java in src/main/java/labone has exactly 0 of the `Add Your Name Here` fragment\n- The DisplayOutput.java in src/main/java/labone has exactly 0 of the `TODO` fragment\n- The DisplayOutput.java in src/main/java/labone has exactly 1 match(es) of the `println\\\\((.)*\\\\)` regular expression\n- The DisplayOutput.java in src/main/java/labone has exactly 1 of the `import java.util.Date` fragment\n- The DisplayOutput.java in src/main/java/labone has exactly 1 of the `new Date()` fragment\n- The command `gradle -q --console plain run` executes correctly\n- The command `gradle build` executes correctly\n- The command output has exactly 1 match(es) of the `Hello\\\\s+\\\\w+\\\\.(\\\\n)Gradle(\\\\s+\\\\w+)*\\\\.(\\\\n)Docker(\\\\s+\\\\w+)*\\\\.` regular expression\n- The command output has exactly 4 lines\n- The file DisplayOutput.java exists in the src/main/java/labone directory\n- The file reflection.md exists in the writing directory\n- The reflection.md in writing has at least 300 word(s) in total\n- The reflection.md in writing has exactly 0 of the `Add Your Name Here` fragment\n- The reflection.md in writing has exactly 1 of the `code_block` tag\n- The reflection.md in writing has exactly 1 of the `list` tag\n- The reflection.md in writing has exactly 3 of the `code` tag\n- The reflection.md in writing has exactly 6 of the `heading` tag\n\nIf [GatorGrader's](https://github.com/GatorEducator/gatorgrader) automated\nchecks pass correctly, the tool will produce the output like the following in\naddition to returning a zero exit code (which you can access by typing the\ncommand `echo $?`).\n\n```\n        ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n        ┃ Passed 20/20 (100%) of checks for java-assignment-solution-100-01! ┃\n        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛\n```\n\n## Downloading Project Updates\n\nIf GatorGrader's maintainers push updates to this sample assignment and you\nreceived it through GitHub Classroom and you would like to also receive these\nupdates, then you can type this command in the main directory for this\nassignment:\n\n```\ngit remote add download git@github.com:GatorEducator/java-assignment-solution-100-01.git\n```\n\nYou should only need to type this command once; running the command additional\ntimes may yield an error message but will not negatively influence the state of\nyour Git repository. Now, you are ready to download the updates provided by the\nGatorGrader maintainers by typing this command:\n\n```\ngit pull download master\n```\n\nThis second command can be run whenever the maintainers needs to provide you\nwith new source code for this assignment. However, please note that, if you have\nedited the files that we updated, running the previous command may lead to Git\nmerge conflicts. If this happens, you may need to manually resolve them with the\nhelp of the instructor or a student technical leader. Finally, please note that\nthe [Gradle plugin](https://github.com/GatorEducator/gatorgradle) for\n[GatorGrader](https://github.com/GatorEducator/gatorgrader) will automatically\ndownload the newest version of GatorGrader.\n\n## Using Travis CI\n\nThis assignment uses [Travis CI](https://travis-ci.com/) to automatically run\n[GatorGrader](https://github.com/GatorEducator/gatorgrader) and additional\nchecking programs every time you commit to your GitHub repository. The checking\nwill start as soon as you have accepted the assignment \u0026mdash; thus creating your own\nprivate repository \u0026mdash; and the course instructor and/or GitHub enables Travis for\nit. If you are using Travis for the first time, you will need to authorize\nTravis CI to access the private repositories that you created on GitHub. If you\ndo not see either a yellow \u0026#9679; or a green \u0026#x2714; or a red \u0026#x2717; in your\nlisting of commits, then please ask the instructor to see whether or not\nTravis CI was correctly enabled.\n\n## System Requirements\n\nWe developed this assignment to work with the following software and versions:\n\n- Docker Desktop\n- Operating Systems\n  - Linux\n  - MacOS\n  - Windows 10 Pro\n  - Windows 10 Enterprise\n- Programming Language Tools\n  - Gradle 5.4\n  - MDL 0.5.0\n  - OpenJDK 11.0.4\n  - Proselint 0.10.2\n  - Python 3.6 or 3.7\n\n## Reporting Problems\n\nIf you have found a problem with this assignment's provided source code or\ndocumentation, then you can go to the [Java Assignment Solution\n100-01](https://github.com/GatorEducator/java-assignment-solution-100-01)\nrepository and [raise an\nissue](https://github.com/GatorEducator/java-assignment-solution-100-01/issues).\nIf you have found a problem with the [GatorGrader\ntool](https://github.com/GatorEducator/gatorgrader) and the way that it checks\nyour assignment, then you can also [raise an\nissue](https://github.com/GatorEducator/gatorgrader/issues) in that repository.\nTo ensure that your issue is properly resolved, please provide as many details\nas is possible about the problem that you experienced. If you discover a problem\nwith the assignment sheet for this project, then please raise an issue in the\nGitHub repository that provides the assignment sheets for your course.\n\nWhenever possible, individuals who find, and use the appropriate GitHub issue\ntracker to correctly document, a mistake in any aspect of this assignment will\nreceive free [GitHub stickers](https://octodex.github.com/) and extra credit\ntowards their grade for the project.\n\n## Receiving Assistance\n\nIf you are having trouble completing any part of this project, then please talk\nwith either the course instructor or a student technical leader during the\ncourse session. Alternatively, you may ask questions in the Slack workspace for\nthis course. Finally, you can schedule a meeting during the course instructor's\noffice hours.\n\n## Project Assessment\n\nTaking inspiration from the principles of [specification-based\ngrading](http://rtalbert.org/return-to-specs-grading-calculus/), the grade that\na student receives on this assignment will have the following components:\n\n- **Percentage of Correct GatorGrader Checks**: Students are encouraged to\n  repeatedly try to implement a Java program that passes all of GatorGrader's\n  checks by, for instance, creating a program that produces the correct output.\n  Students should also repeatedly revise their technical writing to ensure that\n  it also passes all of GatorGrader's checks about, for instance, the length of\n  its content and its appropriate use of Markdown.\n\n- **Travis CI Build Status**: Since additional checks on the source code and/or\n  technical writing may be encoded in Travis CI's actions and, moreover, all of\n  the GatorGrader checks are also run in Travis CI, students will receive a\n  checkmark grade if their last before-the-deadline build passes and a green\n  \u0026#x2714; appears in their GitHub commit log instead of a red \u0026#x2717;. As with\n  the previous grading component, students are encouraged to repeatedly revise\n  their source code and technical writing in an attempt to get their Travis CI\n  build to pass.\n\n- **Mastery of Technical Writing**: Students will also receive a checkmark grade\n  when the responses to the technical writing questions presented in the\n  `writing/reflection.md` reveal a mastery of both writing skills and technical\n  knowledge. To receive a checkmark grade, the submitted writing should have\n  correct spelling, grammar, and punctuation in addition to following the rules\n  of Markdown and providing technically accurate answers. Students are\n  encouraged to ask the course instructor or a student technical leader to use\n  the GitHub issue tracker to provide feedback on their mastery of technical\n  writing skills.\n\n- **Mastery of Technical Knowledge and Skills**: Students will receive also\n  receive a checkmark grade when their GitHub repository reveals that they have\n  mastered all of the technical knowledge and skills developed during the\n  completion of this project. As a part of this grade, the instructor will\n  assess aspects of the project including, but not limited to, the use of\n  effective source code comments and Git commit messages. Students are\n  encouraged to ask the course instructor or a student technical leader to use\n  the GitHub issue tracker to provide feedback on how well their work\n  demonstrates mastery of the assignment's technical knowledge and skills.\n\nAll grades for this project will be reported through a student's GitHub\nrepository using either messages in the GitHub commit log or issues raised in\nthe issue tracker. Students should ask questions about their grade for this\nproject in GitHub so as to facilitate an effective conversation about the\nsubmitted deliverables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatoreducator%2Fjava-assignment-solution-100-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgatoreducator%2Fjava-assignment-solution-100-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatoreducator%2Fjava-assignment-solution-100-01/lists"}