Skip to content

Commit

Permalink
[ADD/#1] print문 실습
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Nov 15, 2023
1 parent a29fc53 commit 3946f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WEEK01/app/src/main/java/com/ocomwan/kotlinbasics/Main.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fun main() {
println("Hello World")
print("Hello World")
}

0 comments on commit 3946f60

Please sign in to comment.