```c // main.c #include #include #define MAX_MESSAGE_SIZE 30 int main(int argc, char **argv) { char *str = malloc(sizeof(char) * MAX_MESSAGE_SIZE); str = argv[1]; puts(str); free(str); return 0; } ``` ```sh [projecttl@fedora ~]$ gcc -o a.out main.c [projecttl@fedora ~]$ ./a.out 'Hello, World!' Hello, World! [projecttl@fedora ~]$ ```
###
I'm Project_TL, A student developer šŸ‘Øā€šŸ’» working since 2015 šŸš€
- šŸ”­ I’m currently working on [Cube Connect](https://github.com/cube1dev) - 🌱 I’m currently learning Rust - ā“ Ask me about anything related to Minecraft Server Bukkit API - ⚔ Fun fact: - C not have bool type.(If not including stdbool.h) - HTML is **not** programming language.
## Connect with me
## Github Stats


## Using Languages