Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added OCaml to README.md #82

Merged
merged 3 commits into from
Oct 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -75,6 +81,9 @@ __ ___ _ _ _ _ _
#### Nim
`nim compile --run OwO.nim` or `nimble run`

#### OCaml
`ocaml OwO.ml`

#### Perl
`perl OwO.pl`

Expand All @@ -87,6 +96,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 @@ -102,22 +115,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`