Hello World

2024-05-10

This is the very first post for the How to Make iPhone Apps reboot. And since I need to test out how this new blog works and how code looks in this markdown document, I'm writing up a "Hello World" in the Swift programming language. Here it is:

import Foundation
print("Hello, World!")
let a = 1
let b = 2
let c = 3

So I need to do some work, but this will do for now. Also want to work on the front matter for the blog portion of this site. Here is another code snippet that I am using to test my syntax highlighter.

import Foundation

var x = 0.0, y = 0.0, z = 0.0 

So that does it for now.