Skip to content

Commit

Permalink
Первый коммит в проект
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgoldi committed Sep 19, 2024
1 parent b80bcbf commit 0cf2cf0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/brain-games.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Welcome to the Brain Games!');
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/blackgoldi/fullstack-javascript-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/blackgoldi/fullstack-javascript-project-44/actions)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit 0cf2cf0

Please sign in to comment.