구름IDE로 스위프트 연습하기
https://youtu.be/itmblPq02ZE
error: package at '/workspace/swift_version5' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:5.1' to specify the current tools version
위와 같은 에러가 뜬다면?
실행시 shift+f5 혹은 실행버튼으로 실행하지않고 리눅스에서 하듯
swift Sources/main.swift
명령어를 터미널에 작성하여 실행하면 된다
구름IDE로 연습문제 가위바위보게임, 빙고게임 switch 사용하여 풀이하기 (if, else if 로도 가능함)
https://swifteyes.blogspot.com/2018/05/ide-swift-swift4.html
재밌다
javascript문법이나 기타 언어와 조금 다른점이 느껴지지만 거시적인 부분은 대략 다 비슷한 듯 하다. 쓰기 편하다
xcode와 mac의 필요성을 느낌