This website requires JavaScript.
Explore
Help
Register
Sign In
lucia
/
lucia-lang
Watch
1
Star
0
Fork
0
You've already forked lucia-lang
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
master
lucia-lang
/
extra.c
Lucia Ceionia
1f6da72364
Initial commit
2023-05-12 16:54:29 -05:00
4 lines
47 B
C
Raw
Permalink
Blame
History
void
printfd
(
int
v
)
{
printf
(
"
%d
\n
"
,
v
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink