This website requires JavaScript.
Explore
Help
Sign In
strips
/
pork
Watch
2
Star
0
Fork
0
You've already forked pork
mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced
2026-02-04 10:30:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
370d8552f73c0d3aca34c161121e5ac0cab4f850
pork
/
examples
/
printf.pork
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
native: pass argument specs in order to support varadic ffi
2023-09-11 01:12:32 -04:00
import std ffi.printf
export func main() {
parser: lazy support
2023-10-14 03:28:07 -07:00
printf("Hello World: \n", "Jolk")
native: pass argument specs in order to support varadic ffi
2023-09-11 01:12:32 -04:00
}
Reference in New Issue
Copy Permalink