Skip to content

Commit

Permalink
Merge pull request #82 from kalkolay/master
Browse files Browse the repository at this point in the history
Added OCaml to README.md
  • Loading branch information
Krutonium committed Oct 6, 2019
2 parents d5354f5 + 7051459 commit b87282a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
11 changes: 11 additions & 0 deletions D/OwO.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import std.stdio;

void main()
{
writeln(" *Notices Bulge*");
writeln("__ ___ _ _ _ _ _ ");
writeln("\\ \\ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___ ");
writeln(" \\ \\ /\\ / /| '_ \\ / _\\`| __|// / __| | __| '_ \\| |/ __|");
writeln(" \\ V V / | | | | (_| | |_ \\__ \\ | |_| | | | |\\__ \\");
writeln(" \\_/\\_/ |_| |_|\\__,_|\\__| |___/ \\___|_| |_|_|/___/");
}
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ __ ___ _ _ _ _ _

### How To Run

#### BASIC
`fbc OwO.bas`

#### Bash
`chmod +x OwO.sh && ./OwO.sh`

Expand All @@ -33,6 +36,9 @@ __ ___ _ _ _ _ _
#### C#/.NET
`dotnet restore && dotnet run`

#### D
`dmd OwO.d && ./OwO`

#### Dart
`dart OwO.dart`

Expand Down Expand Up @@ -81,6 +87,9 @@ __ ___ _ _ _ _ _
#### Nim
`nim compile --run OwO.nim` or `nimble run`

#### OCaml
`ocaml OwO.ml`

#### Perl
`perl OwO.pl`

Expand All @@ -93,6 +102,10 @@ __ ___ _ _ _ _ _
#### Python (v2.x and v3.x respectively)
`python main.py` or `python3 main.py`

#### R
`Rscript OwO.R` Linux/Unix
`R.exe OwO.R` Windows

#### Ruby
`ruby OwO.rb`

Expand All @@ -108,22 +121,15 @@ __ ___ _ _ _ _ _
#### TypeScript
`tsc OwO.ts | node OwO.ts`

#### VisualBasic
`vbc ./OwO.vb && ./OwO`
#### V
`v run OwO.v`

#### VBScript
`cscript OwO.vbs`

#### BASIC
`fbc OwO.bas`

#### R
`Rscript OwO.R` Linux/Unix
`R.exe OwO.R` Windows
#### VisualBasic
`vbc ./OwO.vb && ./OwO`

#### WhiteSpaces
`Replace space with 1 and tab with 0`
`Then decode binary`

#### V
`v run OwO.v`

0 comments on commit b87282a

Please sign in to comment.