From a4c1fffacd024ef49cbdafec6a3a0aeed0ab4968 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:19:17 +0200 Subject: Added test 1 --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ + -- cgit v1.2.3-18-g5258 From 93a08c7bdd7d93fc02358644829033074d777228 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:20:31 +0200 Subject: Added test 2 --- test2.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.py diff --git a/test2.py b/test2.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/test2.py @@ -0,0 +1 @@ + -- cgit v1.2.3-18-g5258 From f8b0d776251ca0da46782399ed9a7587b655bbee Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:21:31 +0200 Subject: Print values of array fib --- lswf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lswf.cpp b/lswf.cpp index 31f7745..5e3a5a2 100644 --- a/lswf.cpp +++ b/lswf.cpp @@ -44,7 +44,7 @@ int main() } int* seq = new int[lastc]; - //for(i = 0; i < lastc; i++) cout << caracts[i] << ' '; cout << endl; + for(i = 0; i < lastc; i++) cout << caracts[i] << ' '; cout << endl; seq[0] = 1; for(i = lastc; i > 0; i--) { -- cgit v1.2.3-18-g5258 From cce73ad195f9448ae56771dd91e097067d198143 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:22:46 +0200 Subject: Print values of array fib with a new line --- lswf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lswf.cpp b/lswf.cpp index 31f7745..41a22f6 100644 --- a/lswf.cpp +++ b/lswf.cpp @@ -44,7 +44,7 @@ int main() } int* seq = new int[lastc]; - //for(i = 0; i < lastc; i++) cout << caracts[i] << ' '; cout << endl; + for(i = 0; i < lastc; i++) cout << caracts[i] << endl; cout << endl; seq[0] = 1; for(i = lastc; i > 0; i--) { -- cgit v1.2.3-18-g5258 From 02288d63ef8f59cc8117cd838e99302a82323971 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:32:28 +0200 Subject: Removed test and test2 --- test.py | 1 - test2.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 test.py delete mode 100644 test2.py diff --git a/test.py b/test.py deleted file mode 100644 index 8b13789..0000000 --- a/test.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test2.py b/test2.py deleted file mode 100644 index 8b13789..0000000 --- a/test2.py +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3-18-g5258 From 2200d2bbece5610c58b9f2a66fea7865d7b47249 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 25 Apr 2017 11:35:50 +0200 Subject: Hello world in Ruby --- hello.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.rb diff --git a/hello.rb b/hello.rb new file mode 100644 index 0000000..f75e486 --- /dev/null +++ b/hello.rb @@ -0,0 +1 @@ +puts "hello, world" -- cgit v1.2.3-18-g5258