mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
added attachfile example
This commit is contained in:
parent
99994b6e12
commit
a3e4ead5c4
4 changed files with 39 additions and 0 deletions
7
documents/attachfile-example/Jungle.java
Normal file
7
documents/attachfile-example/Jungle.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
public class Jungle {
|
||||
public static void main(String[] args) {
|
||||
Animal felix = new Cat();
|
||||
System.out.println(felix.getCatSound());
|
||||
System.out.println(felix.getSound());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue