Update 2024-10-04 13:30 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-10-04 13:30:08 +02:00
parent 0f9d3df869
commit e6c9844e61
7 changed files with 8 additions and 104 deletions

View File

@@ -1,6 +1,6 @@
# main()
snippet main
int main(int argc, const char *argv[])
int main(int argc, const * char argv[])
{
${1}
return 0;