Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c415c5e650 | |||
| 925b8602e8 | |||
| d1832a9937 | |||
| a7ec44ca8c | |||
| a093d3d04b | |||
| d287525c3d |
6
0000
6
0000
@@ -1,5 +1,5 @@
|
||||
Привет
|
||||
Int-TS
|
||||
1.0.0
|
||||
|
||||
/привет.череда
|
||||
x /привет.js
|
||||
/привет|hello.череда
|
||||
x /привет|hello.js
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
ПоприветствоватьМир = function()
|
||||
{
|
||||
console.log("Привет, мир!");
|
||||
document.body.innerHTML = "<h1>Привет, мир!</h1>";
|
||||
};
|
||||
7
привет|hello.js
Normal file
7
привет|hello.js
Normal file
@@ -0,0 +1,7 @@
|
||||
ПоприветствоватьМир = function()
|
||||
{
|
||||
console.log("Привет, мир!");
|
||||
console.log("Hello, world!");
|
||||
document.body.innerHTML += "<h1>Привет, мир!</h1>";
|
||||
document.body.innerHTML += "<h1>Hello, world!</h1>";
|
||||
};
|
||||
Reference in New Issue
Block a user