tweak: add four languages
This commit is contained in:
commit
fa5d5f11fd
1
R/hello-world.R
Normal file
1
R/hello-world.R
Normal file
|
@ -0,0 +1 @@
|
|||
print("Hello world")
|
1
js/hello-world.js
Normal file
1
js/hello-world.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log("Hello world")
|
1
python/hello-world.py
Normal file
1
python/hello-world.py
Normal file
|
@ -0,0 +1 @@
|
|||
print("Hello world!")
|
Loading…
Reference in New Issue
Block a user