This website works better with JavaScript.
Home
Explore
Help
Sign In
mahjong
/
mahjong-osnova-base
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Создать заготовку модуля | Create the module's stub
M-0.1.0
Михаил Капелько
4 years ago
commit
a0c9d61cc2
3 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
0000
+7
-0
пуск|run.js
+2
-0
пуск|run.череда
+ 5
- 0
0000
View File
@@ -0,0 +1,5 @@
Основа Маджонга | Mahjong's base
1.0.0
/пуск|run.череда
x /пуск|run.js
+ 7
- 0
пуск|run.js
View File
@@ -0,0 +1,7 @@
ПоприветствоватьМир = function()
{
console.log("Привет, мир!");
console.log("Hello, world!");
document.body.innerHTML += "<h1>Привет, мир!</h1>";
document.body.innerHTML += "<h1>Hello, world!</h1>";
};
+ 2
- 0
пуск|run.череда
View File
@@ -0,0 +1,2 @@
пуск
поприветствовать мир
Write
Preview
Loading…
Cancel
Save