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.

54 lines
1.2 KiB

2 years ago
  1. # Vista previa
  2. ```
  3. .
  4. ├── bin
  5. │ └── com
  6. │ └── jesuspinar
  7. │ └── main
  8. ├── .settings
  9. ├── .git
  10. │ ├── objects
  11. │ │ ├── 57
  12. │ │ ├── 6f
  13. │ │ ├── 9e
  14. │ │ ├── 3c
  15. │ │ ├── 60
  16. │ │ ├── 05
  17. │ │ ├── be
  18. │ │ ├── c1
  19. │ │ ├── 18
  20. │ │ ├── pack
  21. │ │ ├── 11
  22. │ │ ├── 74
  23. │ │ ├── 1a
  24. │ │ ├── 28
  25. │ │ ├── 17
  26. │ │ ├── 21
  27. │ │ ├── 72
  28. │ │ ├── 9f
  29. │ │ ├── info
  30. │ │ ├── 62
  31. │ │ ├── 99
  32. │ │ ├── a8
  33. │ │ ├── c3
  34. │ │ ├── c5
  35. │ │ ├── f6
  36. │ │ ├── 79
  37. │ │ ├── 41
  38. │ │ ├── 4f
  39. │ │ ├── 8c
  40. │ │ └── 76
  41. │ ├── logs
  42. │ │ └── refs
  43. │ │ └── heads
  44. │ ├── hooks
  45. │ ├── refs
  46. │ │ ├── heads
  47. │ │ └── tags
  48. │ └── branches
  49. └── src
  50. └── com
  51. └── jesuspinar
  52. └── main
  53. ```