diff options
Diffstat (limited to 'challenge-024')
| -rw-r--r-- | challenge-024/paulo-custodio/ada/ch_1.adb | 4 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/awk/ch-1.awk | 0 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/basic/ch-1.bas | 0 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/bc/ch-1.bc | 0 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/brainfuck/ch-1.bf | 0 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/c/ch-1.c | 1 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/cpp/ch-1.cpp | 1 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/d/ch_1.d | 1 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/forth/ch-1.fs | 1 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/fortran/ch-1.f90 | 2 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/lua/ch-1.lua | 0 | ||||
| -rw-r--r-- | challenge-024/paulo-custodio/pascal/ch-1.pas | 3 |
12 files changed, 13 insertions, 0 deletions
diff --git a/challenge-024/paulo-custodio/ada/ch_1.adb b/challenge-024/paulo-custodio/ada/ch_1.adb new file mode 100644 index 0000000000..866204f052 --- /dev/null +++ b/challenge-024/paulo-custodio/ada/ch_1.adb @@ -0,0 +1,4 @@ +procedure ch_1 is +begin + null; +end ch_1; diff --git a/challenge-024/paulo-custodio/awk/ch-1.awk b/challenge-024/paulo-custodio/awk/ch-1.awk new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-024/paulo-custodio/awk/ch-1.awk diff --git a/challenge-024/paulo-custodio/basic/ch-1.bas b/challenge-024/paulo-custodio/basic/ch-1.bas new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-024/paulo-custodio/basic/ch-1.bas diff --git a/challenge-024/paulo-custodio/bc/ch-1.bc b/challenge-024/paulo-custodio/bc/ch-1.bc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-024/paulo-custodio/bc/ch-1.bc diff --git a/challenge-024/paulo-custodio/brainfuck/ch-1.bf b/challenge-024/paulo-custodio/brainfuck/ch-1.bf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-024/paulo-custodio/brainfuck/ch-1.bf diff --git a/challenge-024/paulo-custodio/c/ch-1.c b/challenge-024/paulo-custodio/c/ch-1.c new file mode 100644 index 0000000000..237c8ce181 --- /dev/null +++ b/challenge-024/paulo-custodio/c/ch-1.c @@ -0,0 +1 @@ +int main() {} diff --git a/challenge-024/paulo-custodio/cpp/ch-1.cpp b/challenge-024/paulo-custodio/cpp/ch-1.cpp new file mode 100644 index 0000000000..237c8ce181 --- /dev/null +++ b/challenge-024/paulo-custodio/cpp/ch-1.cpp @@ -0,0 +1 @@ +int main() {} diff --git a/challenge-024/paulo-custodio/d/ch_1.d b/challenge-024/paulo-custodio/d/ch_1.d new file mode 100644 index 0000000000..ab73b3a234 --- /dev/null +++ b/challenge-024/paulo-custodio/d/ch_1.d @@ -0,0 +1 @@ +void main() {} diff --git a/challenge-024/paulo-custodio/forth/ch-1.fs b/challenge-024/paulo-custodio/forth/ch-1.fs new file mode 100644 index 0000000000..df5437a322 --- /dev/null +++ b/challenge-024/paulo-custodio/forth/ch-1.fs @@ -0,0 +1 @@ +BYE diff --git a/challenge-024/paulo-custodio/fortran/ch-1.f90 b/challenge-024/paulo-custodio/fortran/ch-1.f90 new file mode 100644 index 0000000000..fd91e89896 --- /dev/null +++ b/challenge-024/paulo-custodio/fortran/ch-1.f90 @@ -0,0 +1,2 @@ +program ch1 +end program ch1 diff --git a/challenge-024/paulo-custodio/lua/ch-1.lua b/challenge-024/paulo-custodio/lua/ch-1.lua new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-024/paulo-custodio/lua/ch-1.lua diff --git a/challenge-024/paulo-custodio/pascal/ch-1.pas b/challenge-024/paulo-custodio/pascal/ch-1.pas new file mode 100644 index 0000000000..4de1b51a2d --- /dev/null +++ b/challenge-024/paulo-custodio/pascal/ch-1.pas @@ -0,0 +1,3 @@ +program ch1(input, output); +begin +end. |
