diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-07-20 06:09:33 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-07-20 06:09:33 -0700 |
| commit | 2fc4486a8287736ee6d651de81d72c18e82f08f6 (patch) | |
| tree | b7ea0c7e991c96bd41506967e621e04bcf851992 /exmp/src/example.c | |
| parent | e5ccbb80f4d83fedf578f55aaedbc55d9f62c980 (diff) | |
MOD: move example to exmp
Diffstat (limited to 'exmp/src/example.c')
| -rw-r--r-- | exmp/src/example.c | 10 |
1 files changed, 10 insertions, 0 deletions
| diff --git a/exmp/src/example.c b/exmp/src/example.c new file mode 100644 index 0000000..dac8c98 --- /dev/null +++ b/exmp/src/example.c | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | #include <stdint.h> | ||
| 3 | |||
| 4 | int32_t main(void); | ||
| 5 | |||
| 6 | int32_t main(void) { | ||
| 7 | printf("example\n"); | ||
| 8 | return 0; | ||
| 9 | } | ||
| 10 | |||
