Hello, World

Welcome to my corner of the internet. I’m Marius, an iOS engineer and technology enthusiast.

This site is a work in progress. I’ll be sharing thoughts on iOS development and tools I find useful. Stay tuned.

import SwiftUI

struct ContentView: View {
    var body: some View {
        Text("Hello, World!")
    }
}