mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
add some things to std
This commit is contained in:
parent
c4cfa19fa9
commit
b779a51ef5
2 changed files with 52 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ const INPUT = `
|
|||
extern mod std;
|
||||
|
||||
function main() = (
|
||||
std.pow(10, 2);
|
||||
);
|
||||
std.printlnInt(10000);
|
||||
);
|
||||
`;
|
||||
|
||||
function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue