tweak: add four languages

This commit is contained in:
NunoSempere 2022-11-29 23:12:31 +00:00
commit fa5d5f11fd
3 changed files with 3 additions and 0 deletions

1
R/hello-world.R Normal file
View File

@ -0,0 +1 @@
print("Hello world")

1
js/hello-world.js Normal file
View File

@ -0,0 +1 @@
console.log("Hello world")

1
python/hello-world.py Normal file
View File

@ -0,0 +1 @@
print("Hello world!")