Skip to content

Instantly share code, notes, and snippets.

/Makefile Secret

Created September 14, 2017 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b46a86f46799b1517f57035ec6b6816e to your computer and use it in GitHub Desktop.
Save anonymous/b46a86f46799b1517f57035ec6b6816e to your computer and use it in GitHub Desktop.
swift
print("Hello, world")
all: hello.swift
swiftc -o run hello.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment