Nur zum testen!!
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.

22 lines
226 B

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