Add Pallet Lint and Pallet Fmt #28

Merged
sfrembling merged 4 commits from working/lint-and-format into main 2026-03-23 16:34:31 -06:00
Showing only changes of commit bbaaf818b2 - Show all commits

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
int main() {
printf("Hello, world!\n");
printf("Hello, world!\n");
return 0;
return 0;
}