clean up C snippets

This commit is contained in:
2024-11-19 13:40:46 -06:00
parent 200a06c960
commit 4d2163e9e6

View File

@ -7,9 +7,7 @@ return {
t(""), t(""),
t("static "), t("static "),
}), }),
t("int "), t("int main("),
t("main"),
t("("),
c(2, { c(2, {
t("int argc, char *argv[]"), t("int argc, char *argv[]"),
i(1, "void"), i(1, "void"),