feat(core): initial
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
const textToPost: string = 'Test runs!';
|
||||
console.log(textToPost);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
const textToPost: string = 'Test runs!';
|
||||
console.log(textToPost);
|
||||