github generated gh-pages branch

This commit is contained in:
mimi1971
2010-06-24 20:09:28 +08:00
committed by Mike Donaghy
parent 27cce9afa1
commit 97e0e510b5
181 changed files with 88 additions and 1096 deletions

4
f/.gitignore vendored
View File

@@ -1,4 +0,0 @@
*.swp*
*tmp*
*swp*
*~

View File

@@ -1 +0,0 @@
0.1.0.1 TYPE "HELLO WORLD" , !

View File

@@ -1 +0,0 @@
: HELLO S" Hello, world!" TELL CR ;

View File

@@ -1,3 +0,0 @@
program helloworld
print *,'Hello World'
end program helloworld

View File

@@ -1,3 +0,0 @@
PROGRAM HELLOW
WRITE(UNIT=*, FMT=*) 'Hello World'
END