Categorize files based on the first letter

This commit is contained in:
Kevin Ballard
2008-07-25 17:52:05 -07:00
parent bb19ce29ab
commit a360b77ed3
60 changed files with 0 additions and 0 deletions

1
f/focal.fc Normal file
View File

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

3
f/fortran.f90 Normal file
View File

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

3
f/fortran77.f77 Normal file
View File

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