diff options
Diffstat (limited to 'oop/02-non-static-methods/MyApp.java')
| -rw-r--r-- | oop/02-non-static-methods/MyApp.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/oop/02-non-static-methods/MyApp.java b/oop/02-non-static-methods/MyApp.java deleted file mode 100644 index 2ebdcae..0000000 --- a/oop/02-non-static-methods/MyApp.java +++ /dev/null @@ -1,13 +0,0 @@ - -public class MyApp { - - /** - * @param args - */ - public static void main(String[] args) { - Calculator cal = new Calculator(); - - System.out.println(cal.convertFromC2F(100.0)); - } - -} |
