Skip to content

Instantly share code, notes, and snippets.

@AuroraNorthernQuarter
Created December 23, 2018 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AuroraNorthernQuarter/d281a27717ab7844a7b77b91bcbb69e7 to your computer and use it in GitHub Desktop.
Save AuroraNorthernQuarter/d281a27717ab7844a7b77b91bcbb69e7 to your computer and use it in GitHub Desktop.
サンプルコードその7-1
package testprogramm;
public class ikimono {
public static String[] syubetsu;
public static String[] animal;
public static String[] touusuu;
public static void main(String args[]) {
oshiete ikimono = new oshiete();
ikimono.livingthing();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment