namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module c_interop
|
||||
namespace c
|
||||
|
||||
extern func printf(fmt: string, ...args: any)
|
||||
extern func getchar(): i32
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import c_interop
|
||||
|
||||
module main
|
||||
namespace main
|
||||
|
||||
/// # Documentation
|
||||
/// ## Documentation subtitle
|
||||
|
||||
Reference in New Issue
Block a user