Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
CCOM4030
/
artesanias
Следить
5
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
66
коммитов
9
веток
Дерево:
7c8ca43e8b
artesanias
/
node_modules
/
is-ci
/
bin.js
bin.js
70B
История
Исходник
1
2
3
4
#!/usr/bin/env node
'use strict'
process.exit(
require
(
'./'
) ?
0
:
1
)