Project_IO's Personal Profile
Find a file
2022-05-20 14:33:55 +09:00
.gitignore feat: update current profile source 2022-05-20 11:08:45 +09:00
main.c feat: change some profile info 2022-05-20 14:18:17 +09:00
Makefile feat: update current profile source 2022-05-20 11:08:45 +09:00
README.md fix: heap size 2022-05-20 14:33:55 +09:00

// 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);
  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

Tools or Frameworks

System

IDE

Tool or Program

Framework

MCU(MicroController Unit)

Database

Langauges

Scripts

Frontend

System or Backend Ruby

Application

HATE THINGS

C++ Skript