Skip to content

Commit

Permalink
feat(WIP): file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Sep 28, 2023
1 parent a942ecd commit e8fe453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/import.whi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "../examples/add.whi"
import "./add.whi"

export fn helloWorld(): i32 {
return add(1, 2)
Expand Down

0 comments on commit e8fe453

Please sign in to comment.