mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
General functionality without context
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package demo
|
||||
|
||||
import "core:os"
|
||||
import "core:fmt"
|
||||
|
||||
main :: proc() {
|
||||
os.write_string(os.stdout, "Hellope\n");
|
||||
fmt.fprintln(os.stdout, "Hellope!", 123, true, 1.3);
|
||||
}
|
||||
|
||||
// BarBar :: struct {x, y: int};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user