Comments and changes to this ticket
-
jugyo January 14th, 2009 @ 10:39 AM
test
@@@ ruby class Foo def test() @test end end @@@
↓
class Foo def test() @test end end
yeah!
-
ujihisa January 16th, 2009 @ 05:55 PM
cool
fib :: Int -> Int fib 0 = 0 fib 1 = 1 fib n = fib (n-2) + fib (n-1)
-
jugyo January 19th, 2009 @ 08:01 AM
- State changed from new to resolved
まぎらわしいので status を resolved に。
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Termtter is a terminal based Twitter client