wip: inital commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
pike
|
||||||
20
main.odin
Normal file
20
main.odin
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
// 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")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user