Merge pull request #1 from tildetown/temp01

git commit
This commit is contained in:
jumblesale 2018-07-10 18:17:42 +01:00 committed by GitHub
commit 6fcc705c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.history
*elm

View File

@ -2,6 +2,6 @@
this is a WILD PROJECT where we are going to build something chill. a language which we use will be elm
http://elm-lang.org/
~~http://elm-lang.org/~~ APL
if you wanna contribute then you should, we will merge anything!

3
j Executable file
View File

@ -0,0 +1,3 @@
#! /usr/bin/apl --script --silent --
{"j",1↓⍵," (jean ",⍵,")"} ⊃,/5↓⎕ARG
)OFF