We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c2a9f commit fe676f8Copy full SHA for fe676f8
10 files changed
anneal/v2/examples/simple.rs
@@ -0,0 +1,7 @@
1
+pub fn add(left: usize, right: usize) -> usize {
2
+ left + right
3
+}
4
+
5
+fn main() {
6
+ println!("Hello, world! {}", add(1, 2));
7
0 commit comments