Minimal Dependency Map: Only build what is needed

This commit is contained in:
Ginger Bill
2016-09-27 15:28:44 +01:00
parent 349badcf17
commit b593332942
18 changed files with 823 additions and 644 deletions

View File

@@ -1,3 +1,5 @@
main :: proc() {
#import "fmt.odin"
main :: proc() {
fmt.println("Hello")
}