Categorize files based on the first letter
This commit is contained in:
3
o/OpenLaszlo.lzx
Normal file
3
o/OpenLaszlo.lzx
Normal file
@@ -0,0 +1,3 @@
|
||||
<canvas>
|
||||
<text>Hello World!</text>
|
||||
</canvas>
|
||||
7
o/objc.m
Normal file
7
o/objc.m
Normal file
@@ -0,0 +1,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSLog(@"Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
1
o/ocaml.ml
Normal file
1
o/ocaml.ml
Normal file
@@ -0,0 +1 @@
|
||||
print_string "Hello World\n"
|
||||
Reference in New Issue
Block a user