voxelotl-engine/Sources/Voxelotl/main.swift
2024-08-05 12:15:07 +10:00

5 lines
55 B
Swift

import Darwin
let app = Application()
exit(app.run())