/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/c-compile/hello.c
7 строк
133 B
Unitech
fix: #4442 allow to pass path in direct pm2 execution
14 окт 2019, 13:09
14 окт 2019, 13:09
24c3523
Код
Авторство
О чём код?
#include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, Wss asdsad!\n"); return 0; }