Semi random code for the next step
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module Core
|
||||
module Integer
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
module Core
|
||||
module String
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,9 @@
|
||||
module Core
|
||||
module System
|
||||
|
||||
def puts io , c-string , length
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user