mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
native: pass argument specs in order to support varadic ffi
This commit is contained in:
5
examples/printf.pork
Normal file
5
examples/printf.pork
Normal file
@ -0,0 +1,5 @@
|
||||
import std ffi.printf
|
||||
|
||||
export func main() {
|
||||
printf("Hello World: %s\n", "Jolk")
|
||||
}
|
Reference in New Issue
Block a user