Skip to content

Commit

Permalink
Merge pull request #62 from xp4xbox/patch-1
Browse files Browse the repository at this point in the history
R language
  • Loading branch information
Krutonium authored Oct 3, 2018
2 parents 8d87d44 + 6362f9d commit 291f07b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions R/OwO.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#R version 3.3.2

cat("\t*Notices Bulge*\n")
text = "__ ___ _ _ _ _ _ \n\\ \\ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___ \n \\ \\ /\\ / /| '_ \\ / _\\`| __|// / __| | __| '_ \\| |/ __| \n \\ V V / | | | | (_| | |_ \\__ \\ | |_| | | | |\\__ \\ \n \\_/\\_/ |_| |_|\\__,_|\\__| |___/ \\___|_| |_|_|/___/ \n"
cat(text)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,8 @@ __ ___ _ _ _ _ _
`vbc ./OwO.vb && ./OwO`

#### BASIC

`fbc OwO.bas`

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

0 comments on commit 291f07b

Please sign in to comment.