aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2019-10-30 22:14:21 +0100
committerTeddy Wing2019-10-30 22:14:21 +0100
commitbb634a8a68c575b0c7b3c93f772331c37594b785 (patch)
tree4f00056c2bf31b7a5f8d87efbf39d81ee415713b /src
downloadpdf-urls-bb634a8a68c575b0c7b3c93f772331c37594b785.tar.bz2
New Rust 1.38.0 project
$ rustc --version rustc 1.38.0 (625451e37 2019-09-23) $ cargo init --bin
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}