d
This commit is contained in:
4
shared/Swift/memoryGap.swift
Normal file
4
shared/Swift/memoryGap.swift
Normal file
@@ -0,0 +1,4 @@
|
||||
// @ts-nocheck
|
||||
func memoryGap() -> Float {
|
||||
return memorySide() + memorySpace()
|
||||
}
|
||||
3
shared/Swift/memorySpace.swift
Normal file
3
shared/Swift/memorySpace.swift
Normal file
@@ -0,0 +1,3 @@
|
||||
func memorySpace() -> Float {
|
||||
return 20
|
||||
}
|
||||
Reference in New Issue
Block a user