We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7349a1e commit 1ba6323Copy full SHA for 1ba6323
wasm_apps/assemblyscript/app.ts
@@ -4,14 +4,9 @@ let LED: u32 = dev.getPinLED();
4
5
function setup(): void {
6
dev.pinMode(LED, dev.OUTPUT);
7
-
8
- dev.print('Hello from AssemblyScript 😊\n');
9
}
10
11
function run(): void {
12
- const t: u32 = dev.millis();
13
- dev.println('[' + t.toString() + '] ' + 'Тест юнікоду.');
14
15
dev.digitalWrite(LED, dev.HIGH);
16
dev.delay(100);
17
dev.digitalWrite(LED, dev.LOW);
wasm_apps/assemblyscript/app.wasm
-3.94 KB
0 commit comments