update salama
with word fixes mostly
This commit is contained in:
parent
0a67fc38e4
commit
66e989f066
@ -30,7 +30,7 @@ GIT
|
|||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/salama/salama.git
|
remote: git://github.com/salama/salama.git
|
||||||
revision: b2de1c6d7911c16fa547d971ccbb106cf907cc2a
|
revision: 6c2ce66bfcce96ab3b2a5227e2f904598aa2de41
|
||||||
specs:
|
specs:
|
||||||
salama (0.3.0)
|
salama (0.3.0)
|
||||||
salama-object-file (~> 0.3)
|
salama-object-file (~> 0.3)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
class Object
|
class Object
|
||||||
int main()
|
int main()
|
||||||
Word five = 4.to_s()
|
Word five = 4.to_s()
|
||||||
five.putstring()
|
return five.putstring()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -17,6 +17,6 @@ class Object
|
|||||||
return fib
|
return fib
|
||||||
end
|
end
|
||||||
int main()
|
int main()
|
||||||
return fib_print(10)
|
return fib_print(7)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user