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
v/.gitignore vendored
View File

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

View File

@@ -1,5 +0,0 @@
static void main (string[] args)
{
stdout.printf ("Hello World\n");
}

View File

@@ -1,5 +0,0 @@
Module HelloWorld
Sub Main()
System.Console.WriteLine("Hello World")
End Sub
End Module

View File

@@ -1,13 +0,0 @@
use std.textio.all;
entity hello_world is
end hello_world;
architecture behaviour of hello_world is
begin
process
begin
write (output, String'("Hello world!"));
wait;
end process;
end behaviour;

View File

@@ -1,5 +0,0 @@
Module HelloWorld
Sub Main()
MsgBox("Hello world!")
End Sub
End Module

View File

@@ -1,6 +0,0 @@
#VRML V2.0 utf8
Shape {
geometry Text {
string "Hello World"
}
}