mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Initial Commit
Original Git Repo "went bad" so I had to restart.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
type float: f32;
|
||||
|
||||
main :: proc() {
|
||||
thing :: proc(n: int) -> int, f32 {
|
||||
return n*n, 13.37;
|
||||
}
|
||||
|
||||
_, _ := 1, 2;
|
||||
}
|
||||
Reference in New Issue
Block a user