Nur die besten Spiele ;3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
449 B

2 years ago
  1. package Arcade64.Arcade64;
  2. public class Code {
  3. //#################################
  4. /* #################################
  5. * #################################
  6. * #################################
  7. * #################################
  8. * #################################
  9. * sdaf
  10. * safd
  11. * asf
  12. * as
  13. * fs
  14. * fs
  15. * dsfdsfdsfsdfsdfsdfs
  16. * */
  17. public int rechne(int a, int b) {
  18. //#################################
  19. return a+b;
  20. }
  21. }