diff --git a/Clipper.DBT b/Clipper.DBT new file mode 100644 index 0000000..8992efd --- /dev/null +++ b/Clipper.DBT @@ -0,0 +1 @@ +? "Hello World" \ No newline at end of file diff --git a/Logo.eps b/Logo.eps new file mode 100644 index 0000000..19ab7e6 --- /dev/null +++ b/Logo.eps @@ -0,0 +1 @@ +print [Hello,world !] \ No newline at end of file diff --git a/Objective-c.h b/Objective-c.h new file mode 100644 index 0000000..1009aff --- /dev/null +++ b/Objective-c.h @@ -0,0 +1,7 @@ +#import +#import +int main(void) +{ + NSLog(@"Hello, world!"); + return 0; +} \ No newline at end of file diff --git a/Processing.pde b/Processing.pde new file mode 100644 index 0000000..c89102c --- /dev/null +++ b/Processing.pde @@ -0,0 +1,3 @@ +void setup(){ + println("Hello, world!"); +} \ No newline at end of file diff --git a/README.md b/README.md index 74e7996..a230f60 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,21 @@ This is a repository full of implementations of the classic, "Hello, world!", in - C++ - Chicken - CoffeeScript +- Clipper - Fortran - Go - Groovy - Haskell +- Html - Java - JavaScript - Kotlin - Lua +- Logo +- Objective-c - Pascal - Perl +- Processing - Python 2 - Python 3 - PHP diff --git a/html.html b/html.html new file mode 100644 index 0000000..3df69cf --- /dev/null +++ b/html.html @@ -0,0 +1,9 @@ + + + + + + +

Hello World....

+ + \ No newline at end of file