Skip to content

Commit

Permalink
피드백 기반 swift 파일 및 flow chart 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeseoyoung authored and jeseoyoung committed Sep 14, 2024
1 parent 03cb707 commit 9077250
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodeStarterCamp_Week1/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

import Foundation

print("Hello, World!")

drawIceCreamBody()
drawIceCreamBar()
21 changes: 21 additions & 0 deletions CodeStarterCamp_Week1/step1.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// step1.swift
// CodeStarterCamp_Week1
//
// Created by jeseoyoung on 2024/09/13.
//

import Foundation

func drawIceCreamBody() {
for _ in 1...8 {
print("***********")
}
}

func drawIceCreamBar() {
for _ in 1...4 {
print(" | |")
}
}

Binary file added ss_20_sy_week1-step2_flow_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9077250

Please sign in to comment.