Merge branch 'master' of git://github.com/bkerley/hello-world
This commit is contained in:
3
OpenLaszlo.lzx
Normal file
3
OpenLaszlo.lzx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<canvas>
|
||||||
|
<text>Hello World!</text>
|
||||||
|
</canvas>
|
||||||
5
dtrace.d
Normal file
5
dtrace.d
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/sbin/dtrace -qs
|
||||||
|
BEGIN {
|
||||||
|
printf("Hello World");
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
2
postscript.ps
Normal file
2
postscript.ps
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
% run> gs -q -sDEVICE=nullpage postscript.ps
|
||||||
|
(Hello world!\n) print quit
|
||||||
11
postscript_page.ps
Normal file
11
postscript_page.ps
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
% run> gs -q postscript_page.ps
|
||||||
|
/pt {72 div} def
|
||||||
|
/y 9 def
|
||||||
|
/textdraw {/Courier findfont 12 pt scalefont setfont 8 pt y moveto show} def
|
||||||
|
|
||||||
|
72 72 scale
|
||||||
|
0 0 0 setrgbcolor
|
||||||
|
|
||||||
|
(Hello world!) textdraw
|
||||||
|
showpage
|
||||||
|
quit
|
||||||
1
prolog.pro
Normal file
1
prolog.pro
Normal file
@@ -0,0 +1 @@
|
|||||||
|
write('Hello World').
|
||||||
Reference in New Issue
Block a user