Commit 7e76587a authored by sam.pople's avatar sam.pople

main

parent d7b71536
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}
\ No newline at end of file
No preview for this file type
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Scanner; import java.util.Scanner;
public class App { public class App {
public static void app(String[] args) { public static void main(String[] args) {
ArrayList<Animals> Animals = new ArrayList<Animals>(); ArrayList<Animals> Animals = new ArrayList<Animals>();
// Mammals // Mammals
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment