From 292ee3a5eafb96e6d17e6ca38cdf102d804e9743 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 6 Oct 2022 13:34:53 +0400 Subject: =?UTF-8?q?=D0=92=D0=B7=D0=BB=D0=B5=D1=82=D0=B0=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab1/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lab1/src/main.rs (limited to 'lab1/src/main.rs') diff --git a/lab1/src/main.rs b/lab1/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/lab1/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3