// SPDX-License-Identifer: MIT /* * main.odin * * pike pre-alpha * * Written by TiredWithJoy * Written by vx-clutch * * This file contains the main driving * routine, and some game code. */ package main import "core:fmt" main :: proc() { fmt.println("pike init") }