Skip to content

Commit 8b6a54e

Browse files
committed
Día 5: Kotlin
1 parent 6ba5a71 commit 8b6a54e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

05 - Kotlin/HelloWorld.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Día 5: Kotlin
2-
// Clase en vídeo: https://www.twitch.tv/videos/1829088315?t=00h17m36s
2+
// Clase en vídeo: https://youtu.be/T3ugOYTRF7c
33

44
fun main() {
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Así con cada uno de los lenguajes.
7171

7272
### <a href=""><img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kotlin/kotlin-original.svg" style="height: 3%; width:3%;"/></a> Día 5: Kotlin
7373

74-
<a href="https://www.twitch.tv/videos/1829088315?t=00h17m36s"><img src="./Media/kotlin.jpg" style="height: 50%; width:50%;"/></a>
74+
<a href="https://youtu.be/T3ugOYTRF7c"><img src="./Media/kotlin.jpg" style="height: 50%; width:50%;"/></a>
7575

76-
#### [Clase en vídeo](https://www.twitch.tv/videos/1829088315?t=00h17m36s) y [Código](./05%20-%20Kotlin)
76+
#### [Clase en vídeo](https://youtu.be/T3ugOYTRF7c) y [Código](./05%20-%20Kotlin)
7777

7878
**Recursos:** [Web oficial](https://kotlinlang.org) | [Web JetBrains](https://www.jetbrains.com/es-es/opensource/kotlin) | [Web Android](https://developer.android.com/kotlin?hl=es-419) | [Editor en línea](https://play.kotlinlang.org) | [Configuración](https://kotlinlang.org/docs/getting-started.html) | [Documentación](https://kotlinlang.org/docs/home.html) | [Tutorial](https://kotlinlang.org/docs/kotlin-tour-hello-world.html) | [Cursos Kotlin](https://kotlinlang.org/education/courses.html) | [Cursos Android](https://developer.android.com/courses?hl=es-419) | [Cursos JetBrains](https://www.jetbrains.com/academy/#learn)
7979

0 commit comments

Comments
 (0)