Skip to content

Commit 3286a2b

Browse files
committed
Test 3
1 parent fbd56a7 commit 3286a2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/.ipynb_checkpoints/composite_types-checkpoint.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Archivo composite_types.jl
1111
"""
1212
function composite(s::String)
1313
println(s)
14+
println("Segundo cambio")
1415
end

src/composite_types.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Archivo composite_types.jl
1111
"""
1212
function composite(s::String)
1313
println(s)
14+
println("Segundo cambio")
1415
end

0 commit comments

Comments
 (0)