Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
klippero committed Nov 7, 2024
1 parent 1ec654c commit 6998cab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ruby/retos/an_animales/1an_test.rb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#<Gato:0x00000001003c9b68>
2 changes: 2 additions & 0 deletions ruby/retos/an_animales/_1an.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class Gato:
pass
4 changes: 4 additions & 0 deletions ruby/retos/an_animales/_1an_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from _1an import *

pipo = Gato()
print(pipo)
1 change: 1 addition & 0 deletions ruby/retos/an_animales/_1an_test.py.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<_1an.Gato object at 0x102e5bf90>
Binary file not shown.

0 comments on commit 6998cab

Please sign in to comment.