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
2025-08-03 05:10:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
041848c14e8e8963973c1423f80c5040a53338b0
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