Activity for Wyattk1093
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287067 |
Post edited: |
— | about 2 years ago |
Edit | Post #287067 |
Post edited: |
— | about 2 years ago |
Edit | Post #287067 | Initial revision | — | about 2 years ago |
Answer | — |
A: "Hello, World!" C (gcc), 46 bytes ```cpp printf(char);main(){printf("Hello, World!");} ``` `printf(char);`(14 bytes) is better than `#include \n`(19 bytes) (more) |
— | about 2 years ago |