LoginSignup
5

More than 5 years have passed since last update.

hello寿司コマンド

Last updated at Posted at 2014-06-06

スクリーンショット 2014-06-07 1.13.19 AM.png

[Terminal]
sudo xcode-select -s /Applications/Xcode6-Beta.app/Contents/Developer
export SDKROOT=$(xcrun --show-sdk-path --sdk macosx)
vi main.swift
main.swift
#!/usr/bin/env xcrun swift -i

import Foundation

println("hello ?")
[Terminal]
chmod +o main.swift
./main.swift
hello ?
vi main.swif
cp main.swift ?

スクリーンショット 2014-06-07 1.19.10 AM.png

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5