devproje/README.md
2022-06-15 11:24:05 +09:00

9 KiB
Raw Blame History

// main.c
#include <stdio.h>
#include <stdlib.h>

#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;
}
~$ gcc -o message main.c
~$ ./message 'Hello, World!'
Hello, World!

I'm Project_TL, A student developer 👨‍💻 working since 2015 🚀

  • 🔭 Im currently working on CUBE Connect
  • 🌱 Im currently learning MCU(MicroController Unit) and Backend
  • Ask me about anything related to Minecraft Server Bukkit
  • Fun fact:
    • C not have bool type.(If not including stdbool.h)
    • HTML is not programming language.

Github Stats


Connect with me



Buy some coffee with me

Using Tools and Languages

Applications or Libraries

Base System

DevOps or CDN

IDE

Tool or Program

Framework

MCU(MicroController Unit)

Database

Langauges

Scripts

Frontend

System or Backend Ruby

Application

HATE THINGS

C++ Skript