Hello world in Logo, Macsyma(Maxima) and MMIX.

This commit is contained in:
Jay Xu
2012-05-25 16:44:16 +08:00
parent 38f6567c5c
commit 4954c54017
3 changed files with 12 additions and 0 deletions

2
m/macsyma.mac Normal file
View File

@@ -0,0 +1,2 @@
/* Macsyma */
print("Hello World");