mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Begin LLVM C API integration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package demo
|
||||
|
||||
import "core:os"
|
||||
|
||||
main :: proc() {
|
||||
x := 1;
|
||||
y := 2;
|
||||
z := x + y;
|
||||
w := z - 2;
|
||||
// os.write_string(os.stdout, "Hellope\n");
|
||||
}
|
||||
Reference in New Issue
Block a user