github generated gh-pages branch
This commit is contained in:
4
v/.gitignore
vendored
4
v/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
@@ -1,5 +0,0 @@
|
||||
static void main (string[] args)
|
||||
{
|
||||
stdout.printf ("Hello World\n");
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
Module HelloWorld
|
||||
Sub Main()
|
||||
System.Console.WriteLine("Hello World")
|
||||
End Sub
|
||||
End Module
|
||||
13
v/vhdl.vhdl
13
v/vhdl.vhdl
@@ -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;
|
||||
@@ -1,5 +0,0 @@
|
||||
Module HelloWorld
|
||||
Sub Main()
|
||||
MsgBox("Hello world!")
|
||||
End Sub
|
||||
End Module
|
||||
@@ -1,6 +0,0 @@
|
||||
#VRML V2.0 utf8
|
||||
Shape {
|
||||
geometry Text {
|
||||
string "Hello World"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user