Datasets:
MihaiPopa2
commited on
Commit
•
747d72f
1
Parent(s):
e1f9c05
Created dataset
Browse files- dataset.csv +12 -0
dataset.csv
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"language","example"
|
2 |
+
"APL",""Hello, world!""
|
3 |
+
"Bash","echo Hello, world!"
|
4 |
+
"Batch","echo Hello, world!"
|
5 |
+
"Julia","println ("Hello, world!")"
|
6 |
+
"MATLAB","disp "Hello, world!""
|
7 |
+
"Perl","print "Hello, world!\n""
|
8 |
+
"Python 2","print "Hello, world!""
|
9 |
+
"Python 3","print ("Hello, world!")"
|
10 |
+
"R","print "Hello, world!""
|
11 |
+
"Ruby","puts "Hello, world!""
|
12 |
+
"TCL","puts "Hello, world!""
|