chiark
/
gitweb
/
~ian
/
nimber.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff7d6f
)
Start of an example
author
Simon Tatham
<anakin@pobox.com>
Fri, 11 Apr 2025 18:31:10 +0000
(19:31 +0100)
committer
Simon Tatham
<anakin@pobox.com>
Fri, 11 Apr 2025 18:31:10 +0000
(19:31 +0100)
examples/a382121.rs
[new file with mode: 0644]
patch
|
blob
diff --git a/examples/a382121.rs
b/examples/a382121.rs
new file mode 100644
(file)
index 0000000..
afc5893
--- /dev/null
+++ b/
examples/a382121.rs
@@ -0,0
+1,6
@@
+use nimber::FiniteNimber;
+
+fn main() {
+ let n = FiniteNimber::from(3);
+ println!("{:?}", n);
+}